This commit is contained in:
2021-10-05 22:23:27 +13:00
parent 09a0f576b6
commit 17f2c73ab3
2 changed files with 64 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]
rich = "*"
[dev-packages]
[requires]
python_version = "3.8"