Answer the question
In order to leave comments, you need to log in
Composer analogue for python?
Hello.
I could not find it, but is it possible to set the list of required packages for any installer in the repository with the python application (like composer.json in php)?
I suspect that pip has such an option, but I didn't find it.
ps using python3
Answer the question
In order to leave comments, you need to log in
The simplest is to store the list in the requirements.txt file (the name can be anything, but it's accepted):
Flask==0.10.1
Flask-Admin>=1.0.0
https://pythonhosted.org/setuptools/setuptools.htm... ?
pip freeze ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question