| 12345678910111213141516171819202122232425262728 |
- # 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-debug-toolbar==1.6
- django-extensions==1.7.6
- Werkzeug==0.11.15
-
- # Sandbox
- Whoosh==2.6.0
- pysolr==3.2.0
- requests==2.10.0
- uWSGI==2.0.13.1
- 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.3.2
- ipdb==0.10.2
- ipython==5.2.2
- isort==4.2.5
-
- # Country data
- pycountry==17.1.8
|