forked from dotX12/fastapi-gateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (37 loc) · 1.09 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
[metadata]
name = fastapi-proxy
version = 0.103.1.0
author = Cedvict Loknov
author_email = [email protected]
description = FastAPI Proxy
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/cedvict/fastapi-proxy
project_urls =
Bug Tracker = https://github.com/cedvict/gateway-proxy/issues
classifiers =
'Development Status :: 3 - Alpha'
'Intended Audience :: Developers'
'Topic :: Internet :: WWW/HTTP :: Session'
'Topic :: Internet :: WWW/HTTP :: WSGI'
'Topic :: Software Development :: Libraries :: Application Frameworks'
'Topic :: Software Development :: Libraries :: Python Modules'
'Framework :: FastAPI'
'License :: OSI Approved :: Apache Software License'
'Programming Language :: Python :: 3.8'
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.8
install_requires =
aiohttp>=3.7.1
fastapi>=0.103.1
pydantic==1.8.2
python-multipart==0.0.6
ujson>=5.8.0
starlette==0.27.0
[options.package_data]
* = *.txt, *.rst
hello = *.msg
[options.packages.find]