-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (41 loc) · 1.12 KB
/
setup.cfg
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
[metadata]
name = twitch_hdt_ebs
version = 1.0.0
description = Twitch EBS for Hearthstone Deck Tracker
author = Jerome Leclanche
author_email = [email protected]
url = https://github.com/HearthSim/twitch-hdt-ebs/
download_url = https://github.com/HearthSim/twitch-hdt-ebs/tarball/master
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django :: 2.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Topic :: Games/Entertainment
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
Django==3.2.12
django-allauth==0.46.0
django-cors-headers==3.2.1
django-oauth-toolkit==1.2.0
django-redis==4.12.1
djangorestframework==3.12.4
psycopg2-binary==2.9.3
PyJWT==1.7.1
python-redis-lock==3.7.0
redis==3.3.8
sentry_sdk==1.5.8
shortuuid==0.5.0
hearthsim-identity@https://libs.hearthsim.net/hearthsim_identity-5.1.4-py3-none-any.whl
hearthsim-instrumentation==0.1.0
django-hearthstone==0.8.0
urllib3<2
[options.packages.find]
exclude =
tests