-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
55 lines (49 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
name = django-subscriptions-rt
version = 1.0.4
author = Aleksandr Goncharov
author_email = aleksandr.goncharov@reef.pl
description = Subscriptions and payments for your django app
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/reef-technologies/django-subscriptions-rt
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = subscriptions
python_requires = >=3.9
install_requires =
django>=3.2,<4.3
django-money>=3.0,<3.2
more_itertools>=8.8.0,<10
python-dateutil>=2.8.2,<2.9
djangorestframework>=3.14,<3.15
requests>=2.26.0,<3.0
tenacity>=8.0,<9.0
pydantic>=1.10,<1.11
environs>=9.0,<10.0
include_package_data = True
[options.extras_require]
apple_in_app =
PyJWT>=2.6,<3
pyOpenSSL>=23.2,<24
cryptography>=41.0.1
google_in_app =
google-api-python-client>=2.88.0,<3
oauth2client==4.1.3
default_plan =
django-constance[database]>=2.9.0,<3
[options.package_data]
* = *.py, */*.py, */*/*.py, */*/*/*.py, *.html, */*.html, */*/*.html, */*/*/*.html, */*/*/*.cer
[mypy]
plugins =
mypy_django_plugin.main
strict_optional = True
ignore_missing_imports = True
[mypy.plugins.django-stubs]
django_settings_module = demo.demo.settings
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning:moneyed.localization:
DJANGO_SETTINGS_MODULE = demo.demo.settings