Started work

This commit is contained in:
2023-01-17 22:14:46 -08:00
parent 9a4eb19983
commit 4b5e834bc2
5 changed files with 224 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]
giteapy = "*"
[dev-packages]
[requires]
python_version = "3.10"