This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
83 lines (83 loc) · 2.78 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
appdirs==1.4.3 # via black
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via black, pytest
backcall==0.1.0 # via ipython
black==19.3b0
bleach==3.1.0
certifi==2019.3.9 # via requests, sentry-sdk
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
click==7.0 # via black
cryptography==2.7 # via django-rest-knox
decorator==4.4.0 # via ipython, traitlets
django-cors-headers==3.0.2
django-debug-toolbar==1.11
django-environ==0.4.5
django-extensions==2.1.7
django-redis==4.10.0
django-rest-framework==0.1.0
django-rest-knox==4.1.0
django-simple-history==2.7.2
django==2.2.2
djangorestframework==3.9.4 # via django-rest-framework, django-rest-knox
ecdsa==0.13.2
entrypoints==0.3 # via flake8
factory-boy==2.12.0
faker==1.0.7 # via factory-boy
flake8-debugger==3.1.0
flake8-isort==2.7.0
flake8-quotes==2.0.1
flake8==3.7.7
idna==2.8 # via requests
importlib-metadata==0.17 # via pluggy, pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0
isort==4.3.20
jedi==0.13.3 # via ipython
markdown==2.6.11
mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
newrelic==4.20.0.120
packaging==19.0 # via pytest
parso==0.4.0 # via jedi
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pluggy==0.12.0 # via pytest
prompt-toolkit==2.0.9 # via ipython
psycogreen==1.0.1
psycopg2-binary==2.8.2
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8, flake8-debugger
pycparser==2.19 # via cffi
pyflakes==2.1.1 # via flake8
pygments==2.4.2 # via ipython
pyparsing==2.4.0 # via packaging
pytest-django==3.5.0
pytest==4.6.2
python-dateutil==2.8.0 # via faker
pytz==2019.1
redis==3.2.1 # via django-redis
requests==2.22.0
responses==0.10.6
sentry-sdk==0.9.0
serpy==0.3.1
six==1.12.0 # via bleach, cryptography, django-extensions, django-simple-history, faker, packaging, prompt-toolkit, pytest, python-dateutil, responses, serpy, traitlets
sqlparse==0.3.0 # via django, django-debug-toolbar
testfixtures==6.8.2 # via flake8-isort
text-unidecode==1.2 # via faker
toml==0.10.0 # via black
traitlets==4.3.2 # via ipython
urllib3==1.25.3 # via requests, sentry-sdk
uwsgi==2.0.18
wcwidth==0.1.7 # via prompt-toolkit, pytest
webencodings==0.5.1 # via bleach
whitenoise==4.1.2
zipp==0.5.1 # via importlib-metadata