Skip to content

Commit

Permalink
Update and clean requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 15, 2024
1 parent 0299665 commit 6177275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
10 changes: 2 additions & 8 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Click
dominate
# dominate
Flask-Compress
Flask-Caching
Flask-Script
Expand All @@ -9,12 +8,7 @@ Flask
GeoAlchemy2
geojson
gunicorn
itsdangerous
Jinja2
MarkupSafe
marshmallow
psycopg2
SQLAlchemy
visitor
Werkzeug

# visitor
22 changes: 5 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
babel==2.9.1
# via flask-babel
brotli==1.0.9
# via flask-compress
click==8.1.3
# via
# -r requirements.in
# flask
dominate==2.6.0
# via -r requirements.in
# via flask
flask==2.2.5
# via
# -r requirements.in
Expand Down Expand Up @@ -41,17 +37,13 @@ greenlet==3.0.3
gunicorn==20.1.0
# via -r requirements.in
itsdangerous==2.1.2
# via
# -r requirements.in
# flask
# via flask
jinja2==3.1.2
# via
# -r requirements.in
# flask
# flask-babel
markupsafe==2.1.1
# via
# -r requirements.in
# jinja2
# werkzeug
marshmallow==3.14.1
Expand All @@ -71,12 +63,8 @@ sqlalchemy==1.4.27
# -r requirements.in
# flask-sqlalchemy
# geoalchemy2
visitor==0.1.3
# via -r requirements.in
werkzeug==2.2.3
# via
# -r requirements.in
# flask
# via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 6177275

Please sign in to comment.