Spaces:
Paused
Paused
iamgojoof6eyes
commited on
Commit
·
6bc91f1
1
Parent(s):
a6269a8
for future changes
Browse files- poetry.lock +11 -0
- pyproject.toml +1 -0
- requirements.txt +1 -0
poetry.lock
CHANGED
|
@@ -441,6 +441,14 @@ category = "dev"
|
|
| 441 |
optional = false
|
| 442 |
python-versions = "*"
|
| 443 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 444 |
[[package]]
|
| 445 |
name = "pylint"
|
| 446 |
version = "2.13.9"
|
|
@@ -1010,6 +1018,9 @@ pyclean = [
|
|
| 1010 |
{file = "pyclean-2.2.0-py3-none-any.whl", hash = "sha256:5f99597b76249b71b86d8e9aff1e69dfdc0b1976d14ce366e07b28dc6f7a8ee6"},
|
| 1011 |
{file = "pyclean-2.2.0.tar.gz", hash = "sha256:48f1801804fa2f04f2c64348da8bd61797fc9722e1120c470d5cc67a205843c7"},
|
| 1012 |
]
|
|
|
|
|
|
|
|
|
|
| 1013 |
pylint = [
|
| 1014 |
{file = "pylint-2.13.9-py3-none-any.whl", hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526"},
|
| 1015 |
{file = "pylint-2.13.9.tar.gz", hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"},
|
|
|
|
| 441 |
optional = false
|
| 442 |
python-versions = "*"
|
| 443 |
|
| 444 |
+
[[package]]
|
| 445 |
+
name = "pykeyboard"
|
| 446 |
+
version = "0.1.5"
|
| 447 |
+
description = "Pyrogram keyboard for pagination."
|
| 448 |
+
category = "main"
|
| 449 |
+
optional = false
|
| 450 |
+
python-version = ">=3.6.2"
|
| 451 |
+
|
| 452 |
[[package]]
|
| 453 |
name = "pylint"
|
| 454 |
version = "2.13.9"
|
|
|
|
| 1018 |
{file = "pyclean-2.2.0-py3-none-any.whl", hash = "sha256:5f99597b76249b71b86d8e9aff1e69dfdc0b1976d14ce366e07b28dc6f7a8ee6"},
|
| 1019 |
{file = "pyclean-2.2.0.tar.gz", hash = "sha256:48f1801804fa2f04f2c64348da8bd61797fc9722e1120c470d5cc67a205843c7"},
|
| 1020 |
]
|
| 1021 |
+
pykeyboard = [
|
| 1022 |
+
{file = "pykeyboard-0.1.5.tar.gz", hash = "sha256:b77be4341129ae73e363d46fe1f3243132fc04932f4ad2f7f8234d0971de4de4"},
|
| 1023 |
+
]
|
| 1024 |
pylint = [
|
| 1025 |
{file = "pylint-2.13.9-py3-none-any.whl", hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526"},
|
| 1026 |
{file = "pylint-2.13.9.tar.gz", hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"},
|
pyproject.toml
CHANGED
|
@@ -11,6 +11,7 @@ asyncio = "^3.4.3"
|
|
| 11 |
cachetools = "^4.2.4"
|
| 12 |
dnspython = "^2.1.0"
|
| 13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
|
|
|
| 14 |
pymongo = "^3.12.0"
|
| 15 |
pyrogram = "^2.0.24"
|
| 16 |
python-dateutil = "^2.8.2"
|
|
|
|
| 11 |
cachetools = "^4.2.4"
|
| 12 |
dnspython = "^2.1.0"
|
| 13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
| 14 |
+
pykeyboard = "^0.1.5"
|
| 15 |
pymongo = "^3.12.0"
|
| 16 |
pyrogram = "^2.0.24"
|
| 17 |
python-dateutil = "^2.8.2"
|
requirements.txt
CHANGED
|
@@ -19,6 +19,7 @@ idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_
|
|
| 19 |
lxml==4.6.5; python_version >= "2.7" and python_full_version < "3.10.0" or python_full_version >= "3.5.0"
|
| 20 |
prettyconf==2.2.1
|
| 21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
|
|
|
| 22 |
pymongo==3.12.3
|
| 23 |
pyrogram==2.0.24; python_version >= "3.8"
|
| 24 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
|
|
|
| 19 |
lxml==4.6.5; python_version >= "2.7" and python_full_version < "3.10.0" or python_full_version >= "3.5.0"
|
| 20 |
prettyconf==2.2.1
|
| 21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
| 22 |
+
pykeyboard==0.1.5
|
| 23 |
pymongo==3.12.3
|
| 24 |
pyrogram==2.0.24; python_version >= "3.8"
|
| 25 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|