mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
💥 Possibly progress but also a mess
This commit is contained in:
parent
d1a4cb24d4
commit
fb8e8c9038
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue