forked from hackla-engage/engage-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
121 lines (118 loc) · 2.63 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
amqp = "==2.3.2"
anyjson = "==0.3.3"
appdirs = "==1.4.3"
asn1crypto = "==0.24.0"
astroid = "==2.1.0"
attrs = "==18.2.0"
autopep8 = "==1.4.3"
bcrypt = "==3.1.5"
beautifulsoup4 = "==4.7.1"
billiard = "==3.5.0.5"
boto3 = "==1.9.78"
botocore = "==1.12.78"
bs4 = "==0.0.1"
celery = "==4.2.1"
certifi = "==2019.3.9"
cffi = "==1.11.5"
chardet = "==3.0.4"
click = "==7.0"
colorama = "==0.4.1"
configparser = "==3.5.0"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
cryptography = "==2.4.2"
defusedxml = "==0.5.0"
dj-database-url = "==0.5.0"
dj-static = "==0.0.6"
django-cors-headers = "==2.4.0"
django-filter = "==2.0.0"
django-heroku = "==0.3.1"
django-timezone-field = "==3.0"
django-tools = "==0.40.2"
djangorestframework = "==3.9.0"
djangorestframework-recursive = "==0.1.2"
docutils = "==0.14"
drf-yasg = "==1.12.1"
enum34 = "==1.1.6"
flex = "==6.14.0"
future = "==0.17.1"
googlemaps = "==3.0.2"
gunicorn = "==19.9.0"
html-codec = "==1.0.0"
html-json-forms = "==1.0.0"
idna = "==2.8"
inflection = "==0.3.1"
isort = "==4.3.4"
itypes = "==1.1.0"
jmespath = "==0.9.3"
jsonpointer = "==2.0"
jsonschema = "==2.6.0"
kombu = "==4.2.2.post1"
lazy-object-proxy = "==1.3.1"
lxml = "==4.3.0"
mccabe = "==0.6.1"
oauthlib = "==2.1.0"
openapi-codec = "==1.3.2"
pip-review = "==1.0"
pipenv = "==2018.11.26"
psycopg2 = "==2.7.6.1"
psycopg2-binary = "==2.7.6.1"
pycodestyle = "==2.4.0"
pycparser = "==2.19"
pylint = "==2.2.2"
pylint-django = "==2.0.5"
pylint-plugin-utils = "==0.4"
pyparsing = "==2.3.0"
python-crontab = "==2.3.6"
python-dateutil = "==2.7.5"
python3-openid = "==3.1.0"
pytz = "==2018.9"
redis = "==3.0.1"
reportlab = "==3.5.12"
requests = "==2.21.0"
requests-oauthlib = "==1.1.0"
rfc3987 = "==1.3.8"
s3transfer = "==0.1.13"
sendgrid = "==5.6.0"
simplejson = "==3.16.0"
singledispatch = "==3.4.0.3"
six = "==1.12.0"
social-auth-app-django = "==3.1.0"
social-auth-core = "==2.0.0"
sodapy = "==1.5.0"
soupsieve = "==1.7"
static3 = "==0.7.0"
strict-rfc3339 = "==0.7"
swagger-spec-validator = "==2.4.1"
toml = "==0.10.0"
typed-ast = "==1.1.1"
uritemplate = "==3.0.0"
urllib3 = "==1.24.1"
vine = "==1.2.0"
virtualenv = "==16.4.3"
virtualenv-clone = "==0.5.2"
whitenoise = "==4.1.2"
wrapt = "==1.11.0"
"backports.functools_lru_cache" = "==1.5"
celery_once = "==2.0.0"
Django = "==2.0.12"
django_celery_beat = "==1.4.0"
django_celery_results = "==1.0.4"
Jinja2 = "==2.10"
Markdown = "==3.0.1"
MarkupSafe = "==1.1.0"
Pillow = "==5.4.1"
PyJWT = "==1.7.1"
PyPDF2 = "==1.26.0"
python_http_client = "==3.1.0"
PyYAML = "==5.1"
"ruamel.yaml" = "==0.15.85"
validate_email = "==1.3"
[requires]
python_version = "3.6"