-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
61 lines (51 loc) · 1 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[requires]
python_version = "3.6"
[packages]
certifi = "*"
django = "*"
django-autoslug = "*"
django-braces = "*"
django-cors-headers = "*"
django-environ = "*"
django-extensions = "*"
django-filter = "*"
django-localflavor = "*"
django-model-utils = "*"
django-redis = "*"
django-secure = "*"
django-templated-email = "*"
djangorestframework = "*"
djangorestframework-expandable = "*"
djangorestframework-jwt = "*"
factory-boy = "*"
gunicorn = "*"
"html2text" = "*"
ipython = "*"
opbeat = "*"
pillow = "*"
"psycopg2" = "*"
pytz = "*"
qrcode = "*"
requests = "*"
rest-social-auth = "*"
sesam = "*"
social-auth-app-django = "==1.*"
social-auth-core = "*"
social-auth-liu = "*"
stripe = "*"
unicode-slugify = "*"
unicodecsv = "*"
whitenoise = "*"
"python3-openid" = "*"
["dev-packages"]
bitket = { path = ".", editable = true }
factory-boy = "*"
pdbpp = "*"
psutil = "*"
pytest = "*"
pytest-django = "*"
pytest-services = "*"
pytest-splinter = "*"