Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
cb8c2b4
1
Parent(s):
dda5476
Create pyproject.toml
Browse files- pyproject.toml +36 -0
pyproject.toml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[tool.poetry]
|
2 |
+
name = "Gojo_Satarou"
|
3 |
+
version = "1.5.0"
|
4 |
+
description = "Gojo is a anime themed Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers."
|
5 |
+
authors = ["Divanshu Chauhan <[email protected]>"]
|
6 |
+
license = "AGPL-3.0"
|
7 |
+
|
8 |
+
[tool.poetry.dependencies]
|
9 |
+
python = "^3.7"
|
10 |
+
asyncio = "^3.4.3"
|
11 |
+
cachetools = "^4.2.4"
|
12 |
+
dnspython = "^2.1.0"
|
13 |
+
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
14 |
+
httpx = {version = "^0.20.0", extras = ["http2"]}
|
15 |
+
pymongo = "^3.12.0"
|
16 |
+
pyrogram = "^1.2.9"
|
17 |
+
python-dateutil = "^2.8.2"
|
18 |
+
pyyaml = "^6.0"
|
19 |
+
regex = "^2021.10.8"
|
20 |
+
speedtest-cli = "^2.1.3"
|
21 |
+
tgcrypto = "^1.2.2"
|
22 |
+
tswift = "^0.7.0"
|
23 |
+
ujson = "^4.2.0"
|
24 |
+
wikipedia = "^1.4.0"
|
25 |
+
prettyconf = "^2.2.1"
|
26 |
+
|
27 |
+
[tool.poetry.dev-dependencies]
|
28 |
+
black = "^21.9b0"
|
29 |
+
isort = "^5.9.3"
|
30 |
+
pre-commit = "^2.15.0"
|
31 |
+
pyclean = "^2.0.0"
|
32 |
+
pylint = "^2.11.1"
|
33 |
+
|
34 |
+
[build-system]
|
35 |
+
requires = ["poetry-core>=1.0.0"]
|
36 |
+
build-backend = "poetry.core.masonry.api"
|