-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
34 lines (32 loc) · 880 Bytes
/
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
[metadata]
name = djfapi
version = 0.0.72b25
author = Manuel Stingl
author_email = opensource@voltane.eu
description = Utilities for use with FastAPI and django
long_description = file: README.md
long_description_content_type = text/markdown
license = GNU LGPLv2.1
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: OS Independent
Framework :: Django
Framework :: FastAPI
Topic :: Utilities
# Development Status :: 5 - Production/Stable
url = https://github.com/Voltane-EU/djfapi
[options]
zip_safe = false
python_requires = >=3.9
packages = find:
include_package_data = true
install_requires =
djdantic >= 0.0.26b3
fastapi >= 0.63.0
django-health-check >= 3.16
python-forge
langcodes
[options.extras_require]
redis =
redis