Repository init

This commit is contained in:
2023-03-10 19:27:23 -06:00
commit ed8df49e9b
4 changed files with 253 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
multiping = "*"
pillow = "*"
websockets = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.0"