123456789101112131415161718192021222324252627282930 |
- # These requirements are only necessary when developing on Oscar.
- # You can check for newer versions of these dependencies using this command
- #
- # $ for x in `yolk -l | awk '{print $1}'`; do yolk -d $x 2>/dev/null; done
- # Development
- django-environ==0.4.1
- django-debug-toolbar==1.6
- django-extensions==1.7.6
- python-memcached==1.58
- Werkzeug==0.11.15
-
- # Sandbox
- Whoosh==2.7.4
- pysolr==3.6.0
- requests==2.13.0
- uWSGI==2.0.14
- whitenoise==3.3.0
- Pillow==4.0.0
-
- # Misc
- flake8==3.2.1
- flake8-debugger==1.4.0
- flake8-blind-except==0.1.1
- pyprof2calltree==1.4.0
- ipdb==0.10.2
- ipython==5.2.2
- isort==4.2.5
-
- # Country data
- pycountry==17.1.8
|