-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (51 loc) · 1.19 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
[metadata]
name = joey
version = 0.5.0
description = Async web framework on top of fastapi and orm
long_description = file: README.md
keywords =
joey
web
framework
orm
fastapi
url = https://github.com/pinecrew/joey
author = pinecrew
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Intended Audience :: Developers
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find_namespace:
include_package_data = True
python_requires = >=3.8, <4
install_requires =
alembic
fastapi
orm==0.3.1
pytz
mako
click
pyyaml
[options.extras_require]
dev =
black
isort
pylint
pytest
aiosqlite
sessions =
pyjwt==1.7.1
cryptography==3.0
[options.entry_points]
console_scripts =
joey = joey.cli:main