We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02de5f commit 18dcc17Copy full SHA for 18dcc17
pyproject.toml
@@ -63,11 +63,9 @@ authors = [
63
{ name = "beda.software", email = "aidbox-python-sdk@beda.software" },
64
]
65
dependencies = [
66
- "uvloop>=0.13.0",
67
"aiohttp>=3.6.2",
68
"SQLAlchemy>=1.3.10",
69
"fhirpy>=1.3.0",
70
- "coloredlogs",
71
"jsonschema>=4.4.0",
72
73
classifiers = [
@@ -81,6 +79,7 @@ classifiers = [
81
79
"Programming Language :: Python :: 3.9",
82
80
"Programming Language :: Python :: 3.10",
83
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
84
"Topic :: Internet :: WWW/HTTP",
85
"Topic :: Software Development :: Libraries :: Python Modules",
86
0 commit comments