GeekChicPro / geekchicprogramming.com

The Django Web Application for the GeekChic website!
Other
5 stars 7 forks source link

Corrections to requirements.txt #1

Closed jenschelkopf closed 11 years ago

jenschelkopf commented 11 years ago

1) Corrected format, should be == instead of = 2) The specified Zinnia version wasn't in PyPI, so updated to the project's git repo, head as of this commit 3) The specified Grappelli version wasn't in PyPI, so updated to the project's git repo, stable 2.4.x branch 4) Ran through pip freeze, which added a few references. This sets up the file for easy freezing later when you add packages

bbengfort commented 11 years ago

Thanks, Jen! Sorry for my naiveté with the requirements.txt file -- normally I just add dependencies in the setup.py file-- I appreciate you taking a look at this and updating it!