build: change deps

This commit is contained in:
əlemi 2024-01-29 16:52:28 +01:00
parent 25bcf38492
commit 266a0d558b
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -20,10 +20,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"bottle", "aiohttp",
"markdown",
"urllib3",
"websockets",
] ]
[tool.setuptools_scm] [tool.setuptools_scm]