Created
May 8, 2013 19:39
-
-
Save myusuf3/5543051 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Then you can do things like, etc. | |
pip install -r requirements.txt -u prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[prod] | |
Flask==0.9 | |
Jinja2==2.6 | |
Werkzeug==0.8.3 | |
[dev] | |
Flask==0.9 | |
Jinja2==2.6 | |
Werkzeug==0.8.3 | |
flask-debugtoolbar=0.8.0 | |
[nvie] | |
Flask==0.9 | |
Jinja2==2.6 | |
Werkzeug==0.8.3 | |
flask-debugtoolbar=0.8.0 | |
legit==0.1.1 | |
[myusuf3] | |
Flask==0.9 | |
Jinja2==2.6 | |
Werkzeug==0.8.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment