forked from WeAllCode/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (39 loc) · 730 Bytes
/
Pipfile
File metadata and controls
42 lines (39 loc) · 730 Bytes
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "*"
invoke = "*"
gunicorn = "*"
arrow = "*"
"boto3" = "*"
Pillow = "*"
mock = "*"
"psycopg2-binary" = "*"
django-allauth = "*"
django-appconf = "*"
"django-bootstrap3" = "*"
django-cleanup = "*"
django-common-helpers = "*"
django-cron = "*"
django-debug-toolbar = "*"
django-heroku = "*"
"django-html5" = "*"
django-import-export = "*"
django-loginas = "*"
django-nose = "*"
django-paypal = "*"
django-stdimage = "*"
django-storages = "*"
factory_boy = "*"
icalendar = "*"
json-logging-py = "*"
django-anymail = "*"
raven = "*"
django-meta = "*"
[dev-packages]
pylint = "*"
"autopep8" = "*"
[requires]
python_version = "3.6"