-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
73 lines (73 loc) · 2.52 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements_base.txt
#
amqp==2.4.1 # via kombu
billiard==3.5.0.5 # via celery
bleach==3.1.0
celery==4.2.1
certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
click==6.7 # via flex, pip-tools
cookies==2.2.1 # via responses
coreapi==2.3.3 # via drf-yasg
coreschema==0.0.4 # via coreapi, drf-yasg
coverage==4.5.1
deepmerge==0.0.4
defusedxml==0.5.0 # via python3-openid, social-auth-core
dj-database-url==0.5.0
django-cors-headers==2.1.0
django-extra-fields==1.0.0
django-filter==2.0.0
django-simple-history==2.4.0
django-templated-mail==1.1.1 # via djoser
django==2.0.13
django_mock_queries==2.1.1
djangorestframework-camel-case==1.0b1
djangorestframework-jsonapi==2.7.0
djangorestframework==3.9.2
djangorestframework_simplejwt==3.3
djoser==1.4.1
drf-yasg==1.12.1
flex==6.13.2
gunicorn==19.9.0
idna==2.7 # via requests
inflection==0.3.1 # via djangorestframework-jsonapi, drf-yasg
itypes==1.1.0 # via coreapi
jinja2==2.10 # via coreschema
jsonpointer==1.14 # via flex
jsonschema==2.6.0 # via swagger-spec-validator
kombu==4.3.0 # via celery
markupsafe==1.1.0 # via jinja2
mock==2.0.0
model-mommy==1.5.1
oauthlib==3.0.1 # via requests-oauthlib, social-auth-core
parameterized==0.6.1
pbr==5.1.2 # via mock
pip-tools==3.3.2
psycopg2-binary==2.7.4
psycopg2==2.7.4
pyjwt==1.7.1 # via djangorestframework-simplejwt, social-auth-core
python3-openid==3.1.0 # via social-auth-core
pytz==2018.9 # via celery, django
pyyaml==3.13 # via flex, swagger-spec-validator
redis==2.10.6
requests-oauthlib==1.2.0 # via social-auth-core
requests==2.20.0
responses==0.9.0
rfc3987==1.3.8 # via flex
ruamel.yaml==0.15.87 # via drf-yasg
simplejson==3.16.0
six==1.12.0 # via bleach, djangorestframework-jsonapi, drf-yasg, flex, mock, model-mommy, pip-tools, responses, social-auth-app-django, social-auth-core, swagger-spec-validator
social-auth-app-django==3.1.0
social-auth-core==3.0.0 # via social-auth-app-django
strict-rfc3339==0.7 # via flex
swagger_spec_validator==2.4.3
uritemplate==3.0.0 # via coreapi, drf-yasg
urllib3==1.24.1 # via requests
validate-email==1.3 # via flex
vine==1.2.0 # via amqp
webencodings==0.5.1 # via bleach
whitenoise==3.3.1