Use Pipenv

This commit is contained in:
2025-07-11 21:33:13 +12:00
parent 910c225542
commit f302be85c0
2 changed files with 109 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
websockets = "*"
[dev-packages]
[requires]
python_version = "3.12"