Skip to content

Commit

Permalink
Añadido requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-alv-per committed Mar 3, 2023
1 parent 0df7fdd commit 25861b5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__pycache__
secrets.json
dist
venv
requirements.txt
venv
17 changes: 17 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
certifi==2022.12.7
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.6
Flask==2.2.3
Flask-Cors==3.0.10
geographiclib==2.0
geopy==2.3.0
gunicorn==20.1.0
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
requests==2.28.2
six==1.16.0
urllib3==1.26.14
Werkzeug==2.2.3

0 comments on commit 25861b5

Please sign in to comment.