Created
February 17, 2015 13:32
-
-
Save SamuelMarks/684b7737e2d54965f1ef to your computer and use it in GitHub Desktop.
pip freeze
This file contains hidden or 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
beautifulsoup4==4.3.2 | |
bettertutors-rest-api==0.2.5 | |
bettertutors-user-api==0.2.8 | |
bottle==0.12.8 | |
gunicorn==19.2.1 | |
six==1.9.0 | |
waitress==0.8.9 | |
WebOb==1.4 | |
WebTest==2.0.18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you can see,
bettertutors-sql-models
isn't being installed… this package is 3 levels deep. I.e.:rest-api
deps onuser-api
,user-api
deps onsql-models
.