-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
55 lines (54 loc) · 1.76 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
appdirs==1.4.0 # via setuptools
beautifulsoup4==4.5.3 # via webtest
click==6.7 # via pip-tools
contextlib2==0.5.4 # via raven
decorator==4.0.11 # via ipython, traitlets
django-bootstrap3==8.1.0
django-clear-cache==0.3
django-configurations==2.0
django-debug-toolbar==1.6
django-extensions==1.7.6
django-model-utils==2.6.1
django-redis==4.7.0
django-vanilla-views==1.0.4
django-webtest==1.8.0
django==1.10.5
first==2.0.1 # via pip-tools
flake8==3.2.1
hiredis==0.2.0
ipdb==0.10.2
ipython-genutils==0.1.0 # via traitlets
ipython==5.2.2
mccabe==0.5.3 # via flake8
model-mommy==1.3.1
packaging==16.8 # via setuptools
pexpect==4.2.1 # via ipython
pickleshare==0.7.4 # via ipython
pip-tools==1.8.0
prompt-toolkit==1.0.13 # via ipython
psycopg2==2.6.2
ptyprocess==0.5.1 # via pexpect
pycodestyle==2.2.0 # via flake8
pyflakes==1.3.0 # via flake8
pygments==2.2.0 # via ipython
pyparsing==2.1.10 # via packaging
raven==5.32.0
redis==2.10.5 # via django-redis
simplegeneric==0.8.1 # via ipython
six==1.10.0 # via django-extensions, model-mommy, packaging, pip-tools, prompt-toolkit, setuptools, traitlets, webtest
sqlparse==0.2.2 # via django-debug-toolbar
traitlets==4.3.1 # via ipython
uwsgi==2.0.14
waitress==1.0.1 # via webtest
wcwidth==0.1.7 # via prompt-toolkit
webob==1.7.1 # via webtest
webtest==2.0.24
whitenoise==3.3.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools # via ipdb, ipython