-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
61 lines (58 loc) · 1.02 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
astroid = "*"
certifi = "*"
chardet = "*"
defusedxml = "*"
dj-database-url = "*"
django = "*"
django-braces = "*"
django-cors-headers = "*"
django-guardian = "*"
django-model-utils = "*"
django-notifications-hq = "*"
django-oauth-toolkit = "*"
django-rest-framework = "*"
django-rest-framework-social-oauth2 = "*"
djangorestframework = "*"
gunicorn = "*"
idna = "*"
isort = "*"
joblib = "*"
jsonfield = "*"
lazy-object-proxy = "*"
mccabe = "*"
nltk = "*"
nose = "*"
numpy = "*"
oauthlib = "*"
pandas = "*"
pillow = "*"
pyjwt = "*"
pylint = "*"
python-dateutil = "*"
python-decouple = "*"
python-dotenv = "*"
python3-openid = "*"
pytz = "*"
requests = "*"
requests-oauthlib = "*"
scikit-learn = "*"
scipy = "*"
six = "*"
sklearn = "*"
social-auth-app-django = "*"
social-auth-core = "*"
sqlparse = "*"
typed-ast = "*"
urllib3 = "*"
whitenoise = "*"
wrapt = "*"
cloudinary = "*"
dj3-cloudinary-storage = "*"
[requires]
python_version = "3.8"