mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix pyproject.toml
This commit is contained in:
parent
2f8db3b35a
commit
8f35183174
2 changed files with 3 additions and 2 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -114,7 +114,7 @@ name = "click"
|
||||||
version = "7.1.2"
|
version = "7.1.2"
|
||||||
description = "Composable command line interface toolkit"
|
description = "Composable command line interface toolkit"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = false
|
||||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -770,7 +770,7 @@ coloredlogs = ["coloredlogs"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.0"
|
lock-version = "1.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "38ac7a5a37149b4689ad3a57ab905f13fe9f42b6153572c6d86da7c7e5618b0b"
|
content-hash = "f881e1e657016b0d37e024b2add5bf8f818119275dcb3a80361bd9a7f8c9a81b"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
|
|
@ -24,6 +24,7 @@ classifiers = [
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
dateparser = "^0.7.2"
|
dateparser = "^0.7.2"
|
||||||
toml = "^0.10.0"
|
toml = "^0.10.0"
|
||||||
|
click = "^7.1.2"
|
||||||
|
|
||||||
# telegram
|
# telegram
|
||||||
python_telegram_bot = { version = "^12.2.0", optional = true }
|
python_telegram_bot = { version = "^12.2.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue