Add virtual environment and requirements file

This commit is contained in:
PAlexanderFranklin 2023-11-11 01:48:23 -08:00
parent da052ac6f0
commit 7251a27183
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
__pycache__
venv

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
profilehooks==1.12.0
pygame==2.5.2