1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

Fix pyproject.toml

This commit is contained in:
Steffo 2020-09-16 02:13:30 +02:00
parent 2f8db3b35a
commit 8f35183174
2 changed files with 3 additions and 2 deletions

4
poetry.lock generated
View file

@ -114,7 +114,7 @@ name = "click"
version = "7.1.2"
description = "Composable command line interface toolkit"
category = "main"
optional = true
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
@ -770,7 +770,7 @@ coloredlogs = ["coloredlogs"]
[metadata]
lock-version = "1.0"
python-versions = "^3.8"
content-hash = "38ac7a5a37149b4689ad3a57ab905f13fe9f42b6153572c6d86da7c7e5618b0b"
content-hash = "f881e1e657016b0d37e024b2add5bf8f818119275dcb3a80361bd9a7f8c9a81b"
[metadata.files]
aiohttp = [

View file

@ -24,6 +24,7 @@ classifiers = [
python = "^3.8"
dateparser = "^0.7.2"
toml = "^0.10.0"
click = "^7.1.2"
# telegram
python_telegram_bot = { version = "^12.2.0", optional = true }