Skip to content

Commit

Permalink
chore: reorganize requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakuboskera committed Jun 2, 2022
1 parent ab5cc22 commit 645bb15
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
14 changes: 3 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
alembic==1.7.5
Flask==2.0.3
flask_migrate==3.1.0
flask_restx==0.5.1
flask_sqlalchemy==2.5.1
gunicorn==20.1.0
psycopg2_binary==2.8.6
py-healthcheck==1.10.1
prometheus_flask_exporter==0.18.7
python_dateutil==2.8.2
SQLAlchemy==1.4.29
# Included because many Paas's require a requirements.txt file in the project root
# Just installs the production requirements.
-r requirements/prod.txt
10 changes: 10 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Everything the developer needs in addition to the production requirements
-r prod.txt

# Testing
pytest
# TODO
#WebTest
#factory-boy
# For python 3
#Faker
11 changes: 11 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
alembic==1.7.6
Flask==2.0.3
Flask-Migrate==3.1.0
flask_restx==0.5.1
Flask-SQLAlchemy==2.5.1
gunicorn==20.1.0
psycopg2_binary==2.9.3
py-healthcheck==1.10.1
prometheus-flask-exporter==0.18.7
python_dateutil==2.8.2
SQLAlchemy==1.4.31

0 comments on commit 645bb15

Please sign in to comment.