forked from Voltane-EU/djdantic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (29 loc) · 857 Bytes
/
Copy pathsetup.cfg
File metadata and controls
30 lines (29 loc) · 857 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
[metadata]
name = djdantic
version = 0.0.26b7
author = Manuel Stingl
author_email = opensource@voltane.eu
description = Utilities to use pydantic with the django orm
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/djdantic
[options]
zip_safe = false
python_requires = >=3.6
packages = find:
include_package_data = true
install_requires =
django >= 3.0
pydantic >= 1.8
python-jose[cryptography]
sentry-tools >= 0.0.2
async-sync-tools >= 0.0.3