initial framework

This commit is contained in:
2023-04-19 23:38:09 +02:00
parent fbb90357c5
commit 6570de995d
11 changed files with 309 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-telegram-bot = "*"
peewee = "*"
[dev-packages]
[requires]
python_version = "3.10"