adjust dependencies and dockerfiles
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user