-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (29 loc) · 778 Bytes
/
Copy pathPipfile
File metadata and controls
32 lines (29 loc) · 778 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-debug-toolbar = "*"
toml = "*"
# Commit in the currently in-dev version with the updated Twitch API
social-auth-core = {git = "https://github.com/python-social-auth/social-core", ref = "17476e32ec16d3d0a4c261947a1dd814f3432bd5"}
social-auth-app-django = "*"
django-bulma-form-templates = "*"
django-webpack-loader = "*"
pillow = "*"
requests = "*"
pytz = "*"
python-dateutil = "*"
django-click = "*"
google-api-python-client = "*"
setuptools = "*"
python-twitch-client = {git = "https://github.com/tsifrer/python-twitch-client"}
djangorestframework = "*"
numpy = "*"
scipy = "*"
python-jose = ">=3.0.0"
[dev-packages]
pre-commit = "*"
[requires]
python_version = "3.9"