forked from readr-media/election-boards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
66 lines (63 loc) · 1.41 KB
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
amqp = "==2.3.2"
billiard = "==3.5.0.4"
cachetools = "==2.1.0"
celery = "==4.2.1"
certifi = "==2018.8.24"
chardet = "==3.0.4"
click = "==6.7"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
django-filter = "==2.0.0"
djangorestframework = "==3.9.1"
drf-yasg = "==1.10.1"
flex = "==6.13.2"
google-api-core = "==1.5.1"
google-api-python-client = "==1.7.4"
google-auth = "==1.5.1"
google-auth-httplib2 = "==0.0.3"
google-auth-oauthlib = "==0.2.0"
google-cloud-core = "==0.28.1"
google-cloud-storage = "==1.13.0"
google-resumable-media = "==0.3.1"
googleapis-common-protos = "==1.5.5"
httplib2 = "==0.11.3"
idna = "==2.7"
inflection = "==0.3.1"
itypes = "==1.1.0"
jsonpointer = "==1.14"
jsonschema = "==2.6.0"
kombu = "==4.2.1"
oauth2client = "==4.1.3"
oauthlib = "==2.1.0"
protobuf = "==3.6.1"
psycopg2-binary = "==2.7.5"
pyasn1 = "==0.4.4"
pyasn1-modules = "==0.2.2"
pytz = "==2018.5"
redis = "==2.10.6"
requests = "==2.20.0"
requests-oauthlib = "==1.0.0"
rfc3987 = "==1.3.8"
rsa = "==4.0"
six = "==1.11.0"
strict-rfc3339 = "==0.7"
swagger-spec-validator = "==2.4.0"
uritemplate = "==3.0.0"
urllib3 = "==1.24.2"
vine = "==1.1.4"
Django = "==2.1.2"
Jinja2 = "==2.10.1"
MarkupSafe = "==1.0"
PyYAML = "==3.11"
"ruamel.yaml" = "==0.15.66"
uWSGI = "==2.0.17.1"
validate_email = "==1.3"
social-auth-app-django = "*"
[requires]
python_version = "3.6"