question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatic migration of requirements.txt

See original GitHub issue

Would it make sense to have pipenv install in a project directory ask about installing the packages listed in a requirements.txt (of the pip install -r requirements.txt variety) rather than simply creating an empty pipenv project as it seems to do now?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
kennethreitzcommented, Jan 30, 2017

requirements.txt should be used as a lockfile, not as a pipfile.

1reaction
sschuberthcommented, Sep 21, 2017

As kindly pointed out by @nateprewitt, the feature to import from requirements.txt has in fact been implemented now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

py-migrate - Automatically generate requirements.txt and ...
A tool for automatically migrating any python source code to a virtual environment with all dependencies automatically identified and ...
Read more >
python - Automatically create requirements.txt - Stack Overflow
Generate requirements.txt after development, when we want to deploy it. It is performed by pip freeze > requirements. · Add every module to...
Read more >
py-migrate - PyPI
Identifies the dependencies (external) automatically and populates the requirements.txt; Installs dependencies in the virtual environment.
Read more >
Managing Python Dependencies with Requirements.txt
When installing a Python package using pip install, pip will attempt to automatically work out the dependencies of the requested packages.
Read more >
Specifying dependencies using a requirements file
Use pip and requirements.txt ... The standard tool for installing Python packages is pip . It has a feature that allows you to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found