feat: Add requests to imports
All checks were successful
Build Docker / BuildImage (push) Successful in 43s

This commit is contained in:
2024-06-03 12:29:42 +10:00
parent f9af1b2606
commit 92df431caf
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
__pycache__/ __pycache__/
.local .local
*.json

View File

@@ -1,2 +1,3 @@
flask flask
python-dotenv python-dotenv
requests