-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
60 lines (57 loc) · 1.32 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
amqp = "==2.6.1"
arrow = "==0.15.8"
astroid = "==2.4.1"
"backports.functools-lru-cache" = "==1.6.1"
beautifulsoup4 = "==4.9.1"
behave = "==1.2.6"
behave-django = "==1.4.0"
billiard = "==3.6.3.0"
blessings = "==1.7"
boto = "==2.49.0"
boto3 = "==1.14.45"
bpython = "==0.19"
celery = "==4.4.7"
certifi = "==2018.1.18"
chardet = "==3.0.4"
contextlib2 = "==0.5.5"
coverage = "==5.2.1"
curtsies = "==0.3.4"
django = "==3.1"
django-anymail = "==7.2.1"
django-behave = "==0.1.6"
django-blog-it = "==0.3.1"
django-celery-beat = "==2.0.0"
django-compressor = "==2.4"
django-debug-toolbar = "==2.2"
django-debug-toolbar-template-profiler = "==2.0.1"
django-endless-pagination = "==2.0"
django-haystack = "==3.0b2"
django-pymemcache = "==1.0.0"
django-ses-gateway = "==0.1.1"
django-simple-pagination = "==1.3"
django-storages = "==1.9.1"
django-tellme = "==0.6.5"
django-web-profiler = "==0.1.4"
dodgy = "==0.2.1"
elasticsearch = "==2.3.0"
ephem = "==3.7.6.0"
google-api-python-client = "==1.10.0"
greenlet = "==0.4.16"
gunicorn = "==20.0.4"
httplib2 = "==0.18.1"
idna = "==2.10"
isort = "==4.3.21"
jsonpickle = "==1.4.1"
kombu = "==4.6.11"
lazy-object-proxy = "==1.4.3"
lxml = "==4.5.2"
mccabe = "==0.6.1"
microurl = "==0.1.1"
[requires]
python_version = "3.6"