forked from commonism/aiopenapi3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
76 lines (68 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[metadata]
name = aiopenapi3
version = attr: aiopenapi3.version.__version__
url = https://github.com/commonism/aiopenapi3
description = client and validator for OpenAPI3 3.0, OpenAPI 3.1, Swagger 2.0
long_description = file: README.md
long_description_content_type = text/markdown
keywords = openapi openapi3
license =
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: AsyncIO
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Internet
Topic :: Internet :: WWW/HTTP
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
Typing :: Typed
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages =
aiopenapi3
aiopenapi3.v20
aiopenapi3.v30
aiopenapi3.v31
install_requires =
PyYaml
pydantic<=1.11.0
pydantic[email]
yarl==1.8.1
httpx
more-itertools
typing_extensions; python_version<"3.8"
pathlib3x; python_version<"3.9"
jmespath
[options.entry_points]
console_scripts =
aiopenapi3=aiopenapi3.cli:main [cli]
[options.extras_require]
tests =
pytest
pytest-asyncio
pytest-httpx
pytest-cov
fastapi-versioning
hypercorn
uvloop
flask
flask_bootstrap
flask_wtf
wtforms
asgiref
auth =
httpx-auth
socks =
httpx_socks