We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b211974 commit 7bf745eCopy full SHA for 7bf745e
pyproject.toml
@@ -0,0 +1,18 @@
1
+[build-system]
2
+requires = ["hatchling"]
3
+build-backend = "hatchling.build"
4
+
5
+[project]
6
+name = "PyCamp_Bot"
7
+version = "3.0"
8
+dependencies = [
9
+ "munch==4.0.0",
10
+ "python-telegram-bot==21.3",
11
+ "peewee==3.17.5",
12
+]
13
+requires-python = "==3.10.*"
14
+authors = [
15
+ {name = "Pyar", email = "[email protected]"},
16
17
+description = "Bot de telegram para organizar pycamp"
18
+readme = "README.md"
setup.py
0 commit comments