Add requirements.txt
This commit is contained in:
parent
e555eb2b48
commit
601912d0bb
2 changed files with 7 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,9 +1,15 @@
|
||||||
|
# ---> Manual
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea/*
|
||||||
|
*.iml
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Flask~=3.0.3
|
Loading…
Reference in a new issue