mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
Add websckets connection
This commit is contained in:
@@ -21,10 +21,18 @@ dependencies = [
|
||||
"bcrypt (<4.1)",
|
||||
"pytest (>=9.0.2,<10.0.0)",
|
||||
"aiobotocore (>=3.1.0,<4.0.0)",
|
||||
"types-aiobotocore[essential] (>=3.1.0,<4.0.0)"
|
||||
"types-aiobotocore[essential] (>=3.1.0,<4.0.0)",
|
||||
"websockets (>=16.0,<17.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "aetherbackend"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["stasstrochewskij@gmail.com"]
|
||||
package-mode = false # <--- Добавь это
|
||||
|
||||
Reference in New Issue
Block a user