Captain Ezio commited on
Commit
477b9d1
·
1 Parent(s): 071a759

Not needed I guess

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -35
pyproject.toml DELETED
@@ -1,35 +0,0 @@
1
- [tool.poetry]
2
- name = "Gojo_Satarou"
3
- version = "1.0.1"
4
- description = "Gojo is an 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 = ["Captain Ezio <[email protected]>"]
6
- license = "AGPL-3.0"
7
-
8
- [tool.poetry.dependencies]
9
- python = "^3.10.4"
10
- asyncio = "^3.4.3"
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"
18
- pyyaml = "^6.0"
19
- regex = "^2021.10.8"
20
- tgcrypto = "^1.2.2"
21
- tswift = "^0.7.0"
22
- ujson = "^5.2.0"
23
- wikipedia = "^1.4.0"
24
- prettyconf = "^2.2.1"
25
-
26
- [tool.poetry.dev-dependencies]
27
- black = "^21.9b0"
28
- isort = "^5.9.3"
29
- pre-commit = "^2.15.0"
30
- pyclean = "^2.0.0"
31
- pylint = "^2.11.1"
32
-
33
- [build-system]
34
- requires = ["poetry-core>=1.0.0"]
35
- build-backend = "poetry.core.masonry.api"