-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
82 lines (77 loc) · 1.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
archieml = {git = "https://github.com/dailybruin/archieml-python"}
"boto3" = "==1.4.5"
botocore = "==1.5.92"
certifi = "==2017.7.27.1"
chardet = "==3.0.4"
cloudflare = "==2.1.0"
configparser = "==3.5.0"
defusedxml = "==0.5.0"
django-allauth = "*"
django-cors-headers = "==2.2.0"
django-environ = "==0.4.4"
django-extensions = "==1.8.1"
"django-s3direct" = "==1.0.3"
django-storages = "==1.6.5"
django-webpack-loader = "==0.5.0"
docutils = "==0.13.1"
elasticsearch = "==6.2.0"
elasticsearch-dsl = "==6.1.0"
"enum34" = "==1.1.6"
future = "==0.16.0"
futures = "==3.1.1"
gunicorn = "==19.7.1"
"httplib2" = "==0.10.3"
idna = "==2.5"
ipaddress = "==1.0.22"
isort = "==4.2.15"
jmespath = "==0.9.3"
jsonlines = "==1.2.0"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
"oauth2client" = "==4.1.2"
oauthlib = "==2.0.2"
olefile = "==0.44"
"psycopg2" = "==2.7.3"
"pyasn1" = "==0.4.2"
"pyasn1-modules" = "==0.2.1"
python-dateutil = "==2.6.1"
python-openid = "==2.2.5"
"python3-openid" = "==3.1.0"
pytz = "==2017.2"
requests = "==2.18.2"
requests-oauthlib = "==0.8.0"
rsa = "==3.4.2"
"s3transfer" = "==0.1.10"
singledispatch = "==3.4.0.3"
six = "==1.10.0"
uritemplate = "==3.0.0"
"urllib3" = "==1.22"
whitenoise = "==3.3.1"
wrapt = "==1.10.10"
"backports.functools_lru_cache" = "==1.4"
Django = "==2.1"
Pillow = "==4.2.1"
PyDrive = "==1.3.1"
PyYAML = "==3.12"
arrow = "*"
bleach = "*"
"html5lib" = "*"
djangorestframework = "*"
django-filter = "*"
markdown = "*"
[dev-packages]
mypy = "*"
pylint-celery = "*"
pylint-django = "*"
monkeytype = "*"
pylint = "*"
black = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true