-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pipfile
66 lines (62 loc) · 1.28 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
[packages]
Django = "==2.2.4"
Pillow = "==6.2.0"
astroid = "==2.2.5"
autopep8 = "==1.4.4"
certifi = "==2019.6.16"
chardet = "==3.0.4"
cryptography = "*"
defusedxml = "==0.6.0"
django = "*"
django-allauth = "==0.39.1"
django-cors-headers = "==3.0.2"
django-countries = "==5.3.3"
django-rest-auth = "==0.9.5"
djangorestframework-jwt = "*"
djangorestframework = "==3.9.4"
djangorestframework-simplejwt = "*"
djoser = "*"
gunicorn = "==19.9.0"
idna = "==2.8"
isort = "==4.3.21"
jsonfield = "*"
lazy-object-proxy = "==1.4.1"
mccabe = "==0.6.1"
oauthlib = "==3.0.1"
pep8 = "==1.7.1"
pycodestyle = "==2.5.0"
pyjwt = "*"
pylint = "==2.3.1"
python-decouple = "==3.1"
python-dotenv = "*"
python3-openid = "==3.1.0"
pytz = "==2019.1"
requests = "==2.22.0"
requests-oauthlib = "==1.2.0"
rest-framework-auth0 = "*"
six = "==1.12.0"
sqlparse = "==0.3.0"
stripe = "==2.33.0"
typed-ast = "==1.4.0"
urllib3 = "==1.25.3"
wrapt = "==1.11.2"
django-filter = "*"
bpython = "*"
pyyaml = "*"
dj-database-url = "*"
psycopg2-binary = "*"
factory-boy = "*"
django-rest-swagger = "*"
django-extensions = "*"
pygraphviz = "*"
pydotplus = "*"
[requires]
python_version = "3.7"
[scripts]
start = "python manage.py runserver 8085"