forked from DaJaffaMan/HSReplay.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
63 lines (60 loc) · 1.26 KB
/
Pipfile
File metadata and controls
63 lines (60 loc) · 1.26 KB
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"boto3" = "*"
django = "*"
django-allauth = "*"
django-hearthstone = "*"
django-intenumfield = "*"
django-loginas = "*"
django-oauth-toolkit = "*"
django-redis = "*"
django-reflinks = "*"
djangorestframework = "*"
django-storages = "*"
django-webpack-loader = "*"
dj-paypal = "*"
hearthsim-identity = "*"
hearthstone = "*"
hearthstone-data = "*"
hslog = "*"
hsreplay = "*"
influxdb = "*"
lxml = "*"
"mailchimp3" = "*"
numpy = "*"
"psycopg2" = "*"
pynamodb = "*"
python-dateutil = "*"
python-redis-lock = {extras = ["django"]}
raven = "*"
redis = ">=2.10.6,<3"
redis-semaphore = "*"
requests = "*"
scikit-learn = {extras = ["alldeps"]}
shortuuid = "*"
simplejson = "*"
sqlalchemy = "*"
sqlalchemy-redshift = "*"
stripe = "*"
dj-stripe = ">=1.2.4,<2.0.0"
hsredshift = {file = "https://github.com/HearthSim/hsredshift/archive/master.tar.gz"}
hsarchetypes = {file = "https://github.com/HearthSim/hsarchetypes/archive/master.tar.gz"}
django-bouncy = "*"
unidecode = "*"
pipenv = "*"
[dev-packages]
django-debug-toolbar = "*"
django-extensions = "*"
moto = "*"
pytest = "*"
pytest-django = "*"
pytest-mock = "*"
fakeredis = "*"
q = "*"
requests-mock = "*"
tox = "*"
[requires]
python_version = "3.6"