-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (44 loc) · 744 Bytes
/
setup.cfg
File metadata and controls
48 lines (44 loc) · 744 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = hyperknowledge-event-db
version = 0.0.1
author = Marc-Antoine Parent
author_email = maparent@conversence.com
license_files = LICENSE.txt
[options]
packages = find:
zip_safe = True
include_package_data = True
python_requires = >=3.10
install_requires =
anyio<4
asyncpg
asyncpg-listen
bcrypt
fastapi
greenlet
grequests
gunicorn
langcodes
passlib
pydantic
python-jose[cryptography]
PyYAML
rdflib
sqlalchemy<2.0.21
sqlalchemy_utils
uvicorn
python-multipart
py_mini_racer
websockets
[options.extras_require]
docs =
Sphinx
tests =
httpx
httpx_ws
pytest
pytest-asyncio
asgi-lifespan
[options.entry_points]
console_scripts =
add_data = hyperknowledge.event_db.add_data:main