-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
89 lines (86 loc) · 1.88 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
amqp = "==2.2.2"
appnope = "==0.1.0"
billiard = "==3.5.0.3"
cached-property = "==1.4.0"
celery = "==4.1.0"
certifi = "==2018.1.18"
chardet = "==3.0.4"
click = "==6.7"
coverage = "==4.0.3"
decorator = "==4.2.1"
dj-database-url = "==0.5.0"
dj-webhooks = "==0.2.1"
django-heroku = "==0.3.1"
django-js-asset = "==1.0.0"
django-jsonfield = "==1.0.1"
django-model-utils = "==3.1.1"
django-qrcode = "==0.3"
django-rq = "==1.0.1"
dropbox = "==8.7.1"
"enum34" = "==1.1.6"
eventbrite = "==3.3.3"
fake-factory = "==9999.9.9"
freezegun = "==0.3.10"
funcsigs = "==1.0.2"
gunicorn = "==19.7.1"
"html5lib" = "==1.0b10"
"httplib2" = "==0.11.1"
idna = "==2.6"
ipaddress = "==1.0.22"
ipdb = "==0.11"
ipython = "==5.5.0"
kombu = "==4.1.0"
mock = "==2.0.0"
now = "==0.0.6"
oauthlib = "==2.0.7"
"pathlib2" = "==2.3.0"
pbr = "==4.0.2"
pexpect = "==4.4.0"
pickleshare = "==0.7.4"
"psycopg2" = "==2.7.4"
"psycopg2-binary" = "==2.7.4"
ptyprocess = "==0.5.2"
python-coveralls = "==2.9.1"
python-dateutil = "==2.7.2"
python-openid = "==2.2.5"
python-social-auth = "==0.3.6"
pytz = "==2018.3"
redis = "==2.10.6"
reportlab = "==3.4.0"
requests = "==2.18.4"
requests-oauthlib = "==0.8.0"
rq = "==0.10.0"
scandir = "==1.7"
simplegeneric = "==0.8.1"
six = "==1.11.0"
social-auth-app-django = "==2.1.0"
social-auth-core = "==1.7.0"
standardjson = "==0.3.1"
text-unidecode = "==1.2"
traitlets = "==4.3.2"
"urllib3" = "==1.22"
vine = "==1.1.4"
wcwidth = "==0.1.7"
webencodings = "==0.5.1"
webhooks = "==0.4.2"
whitenoise = "==3.3.1"
wrapt = "==1.10.11"
"xhtml2pdf" = "==0.2.1"
"backports.shutil_get_terminal_size" = "==1.0.0"
Django = "==1.11.11"
Faker = "==0.8.13"
ipython_genutils = "==0.2.0"
Pillow = "==5.0.0"
prompt_toolkit = "==1.0.15"
Pygments = "==2.2.0"
PyJWT = "==1.6.1"
"PyPDF2" = "==1.26.0"
PyYAML = "==3.12"
[dev-packages]
[requires]
python_version = "2.7.15"