Skip to content

Commit

Permalink
split requirements, add dependencies as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 8, 2021
1 parent e3d75a9 commit 3117681
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "dependencies/UsersHub-authentification-module"]
path = dependencies/UsersHub-authentification-module
url = https://github.com/PnX-SI/UsersHub-authentification-module
[submodule "dependencies/Utils-Flask-SQLAlchemy"]
path = dependencies/Utils-Flask-SQLAlchemy
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy
1 change: 1 addition & 0 deletions dependencies/UsersHub-authentification-module
1 change: 1 addition & 0 deletions dependencies/Utils-Flask-SQLAlchemy
Submodule Utils-Flask-SQLAlchemy added at 37e6dc
19 changes: 19 additions & 0 deletions requirements-common.txt
@@ -0,0 +1,19 @@
boto3==1.17.110
botocore==1.20.110
click==6.6
Flask-Cors==3.0.10
Flask-SQLAlchemy==2.3.2
Flask-Migrate==3.1.0
Flask==1.1.1
marshmallow-sqlalchemy==0.26.1
gunicorn==20.0.4
itsdangerous==0.24
Jinja2==2.11.3
MarkupSafe==0.23
Pillow==8.2.0
psycopg2==2.8.5
python-dotenv
requests==2.26.0
SQLAlchemy==1.3.19
urllib3==1.26.6
Werkzeug==1.0.0
5 changes: 4 additions & 1 deletion requirements-dev.txt
@@ -1,4 +1,7 @@
-r requirements-common.txt
-e dependencies/UsersHub-authentification-module
-e dependencies/Utils-Flask-SQLAlchemy
flake8==3.7.9
pytest==5.4.3
pytest-flask==1.0.0
schema==0.7.2
schema==0.7.2
24 changes: 3 additions & 21 deletions requirements.txt
@@ -1,21 +1,3 @@
git+https://github.com/PnX-SI/UsersHub-authentification-module@1.4.5
git+https://github.com/PnX-SI/Utils-Flask-SQLAlchemy@0.2.3
boto3==1.17.110
botocore==1.20.110
click==6.6
Flask-Cors==3.0.10
Flask-SQLAlchemy==2.3.2
Flask-Migrate==3.1.0
Flask==1.1.1
marshmallow-sqlalchemy==0.26.1
gunicorn==20.0.4
itsdangerous==0.24
Jinja2==2.11.3
MarkupSafe==0.23
Pillow==8.2.0
psycopg2==2.8.5
python-dotenv
requests==2.26.0
SQLAlchemy==1.3.19
urllib3==1.26.6
Werkzeug==1.0.0
-r requirements-common.txt
git+https://github.com/PnX-SI/UsersHub-authentification-module@1.4.5#egg=pypnusershub
git+https://github.com/PnX-SI/Utils-Flask-SQLAlchemy@0.2.3#egg=utils-flask-sqlalchemy

0 comments on commit 3117681

Please sign in to comment.