From 18dcc174a537f674f7f14e0ba06256ed93212ecd Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Mon, 8 Jul 2024 23:03:07 +0200 Subject: [PATCH] Cleanup --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae591c9..0c2befb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,11 +63,9 @@ authors = [ { name = "beda.software", email = "aidbox-python-sdk@beda.software" }, ] dependencies = [ - "uvloop>=0.13.0", "aiohttp>=3.6.2", "SQLAlchemy>=1.3.10", "fhirpy>=1.3.0", - "coloredlogs", "jsonschema>=4.4.0", ] classifiers = [ @@ -81,6 +79,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", ]