1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 13:04:20 +00:00

💥 Possibly progress but also a mess

This commit is contained in:
Steffo 2021-04-15 02:48:36 +02:00
parent d1a4cb24d4
commit fb8e8c9038
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -16,14 +16,14 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
royalnet = "~6.2.10"
coloredlogs = "^15.0" coloredlogs = "^15.0"
aiohttp = "^3.7.4" aiohttp = "^3.7.4"
psycopg2 = "^2.8.6" psycopg2 = "^2.8.6"
royalnet = "~6.3.0"
royalnet_telethon = "^1.0.0"
royalnet_console = "^2.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
royalnet_telethon = "~0.3.0"
royalnet_console = "^2.0.0"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]