Skip to content

Commit 18dcc17

Browse files
committedJul 8, 2024··
Cleanup
1 parent c02de5f commit 18dcc17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ authors = [
6363
{ name = "beda.software", email = "aidbox-python-sdk@beda.software" },
6464
]
6565
dependencies = [
66-
"uvloop>=0.13.0",
6766
"aiohttp>=3.6.2",
6867
"SQLAlchemy>=1.3.10",
6968
"fhirpy>=1.3.0",
70-
"coloredlogs",
7169
"jsonschema>=4.4.0",
7270
]
7371
classifiers = [
@@ -81,6 +79,7 @@ classifiers = [
8179
"Programming Language :: Python :: 3.9",
8280
"Programming Language :: Python :: 3.10",
8381
"Programming Language :: Python :: 3.11",
82+
"Programming Language :: Python :: 3.12",
8483
"Topic :: Internet :: WWW/HTTP",
8584
"Topic :: Software Development :: Libraries :: Python Modules",
8685
]

0 commit comments

Comments
 (0)
Please sign in to comment.