Skip to content

Commit

Permalink
Merge pull request #899 from marwoodandrew/editable
Browse files Browse the repository at this point in the history
Remove editable install for core and analytics
  • Loading branch information
marwoodandrew authored Nov 6, 2022
2 parents e0698f6 + 76c16e1 commit 3d72e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ protobuf>=2.3.0,<=3.20.1
gspread==3.1.0
oauth2client==4.1.3

-e git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/[email protected]#egg=superdesk-planning
-e git+https://github.com/superdesk/superdesk-analytics.git@hotfix/2.5.2#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-analytics.git@hotfix/2.5.2#egg=superdesk-analytics
8 changes: 4 additions & 4 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# pip-compile requirements.in
#
-e git+https://github.com/superdesk/superdesk-analytics.git@hotfix/2.5.2#egg=superdesk-analytics
# via -r requirements.in
-e git+https://github.com/superdesk/[email protected]#egg=superdesk-core
# via -r requirements.in
amqp==2.6.1
# via kombu
arrow==0.13.0
Expand Down Expand Up @@ -254,6 +250,10 @@ six==1.16.0
# websocket-client
slackclient==1.0.9
# via -r requirements.in
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@hotfix/2.5.2
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
titlecase==0.8.2
Expand Down

0 comments on commit 3d72e09

Please sign in to comment.