added .gitingore requirements

This commit is contained in:
gashapwn 2020-11-21 20:43:25 +00:00
commit 966eb9fe6a
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv/*

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
click==7.1.2
Flask==1.1.2
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
Werkzeug==1.0.1

3
venv.txt Normal file
View File

@ -0,0 +1,3 @@
# Do this to create a virtual environment for python
mkdir venv
python3 -m venv venv