Skip to content

Commit

Permalink
fix server requirements (#1804)
Browse files Browse the repository at this point in the history
* fix server requirements

* fix e2e core server version
  • Loading branch information
petrjasek authored May 17, 2023
1 parent 33ba528 commit c596b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn==19.7.1
honcho==1.0.1
git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.3#egg=superdesk-core
git+https://github.com/superdesk/superdesk-core.git@v2.6.4#egg=superdesk-core
-e ../../
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ pytest-env

-e .
# Install in editable state so we get feature fixtures
-e git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.3#egg=superdesk-core
-e git+https://github.com/superdesk/superdesk-core.git@v2.6.4#egg=superdesk-core

0 comments on commit c596b2e

Please sign in to comment.