adjust dependencies and dockerfiles

This commit is contained in:
2025-03-19 13:15:05 +00:00
parent 3c85bc387d
commit 79d0586d3e
2 changed files with 1 additions and 14 deletions

View File

@@ -5,15 +5,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "auracaster"
version = "0.1.0"
description = "Airport Announcement System"
readme = "README.md"
authors = [
{name = "Airport Team"}
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
@@ -22,7 +18,6 @@ dependencies = [
"fastapi>=0.95.0",
"uvicorn>=0.22.0",
"pydantic>=1.10.0",
"multilang-translator>=0.1.0" # TODO: this should only include
]
[project.optional-dependencies]