Skip to content

Commit

Permalink
Rewire odp package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marksparkza committed Sep 23, 2023
1 parent f503b92 commit 04317ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-e file:odp-core
-e file:../odp-core
-e file:../odp-ui

sqlalchemy
psycopg2
Expand Down
12 changes: 8 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile
#
-e file:odp-core
-e file:../odp-core
# via -r requirements.in
-e file:../odp-ui
# via -r requirements.in
alembic==1.12.0
# via -r requirements.in
Expand All @@ -23,6 +25,7 @@ authlib==1.2.1
# via
# -r requirements.in
# odp
# odp-ui
blinker==1.6.2
# via
# flask
Expand Down Expand Up @@ -67,9 +70,9 @@ flask==2.3.3
# -r requirements.in
# flask-login
# flask-mail
# odp
# odp-ui
flask-login==0.6.2
# via odp
# via odp-ui
flask-mail==0.9.1
# via -r requirements.in
greenlet==2.0.2
Expand Down Expand Up @@ -143,6 +146,7 @@ redis==5.0.0
# via
# -r requirements.in
# odp
# odp-ui
requests==2.31.0
# via
# -r requirements.in
Expand Down Expand Up @@ -190,4 +194,4 @@ werkzeug==2.3.7
wtforms==3.0.1
# via
# -r requirements.in
# odp
# odp-ui

0 comments on commit 04317ab

Please sign in to comment.