This worked

This commit is contained in:
2022-04-07 10:36:33 -04:00
parent cbcabda363
commit d8d7343f86
3 changed files with 157 additions and 11 deletions

13
Software/houston/Pipfile Normal file
View File

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