Skip to content

Commit

Permalink
fix: no longer need to pin greenlet dep
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Aug 9, 2024
1 parent c8b3876 commit 1c5311d
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 387 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ flask-debugtoolbar = "==0.14.1"
[packages]
# name below should match what's in /site/setup.cfg
cca = {editable = true, path="./site"}
greenlet = "==3.0.3"
invenio-app-rdm = {extras = ["opensearch2", "postgresql"], version = "==12.0.0"}
python-dotenv = "==1.0.1"
requests = "==2.31.0" # 2.32+ breaks docker-py & `invenio-cli services` commands
uwsgi = "==2.0.25.1"
uwsgi-tools = "==1.1.1"
uwsgitop = "==0.12"
invenio-app-rdm = {extras = ["opensearch2", "postgresql"], version = "==12.0.0"}

[pipenv]
allow_prereleases = false
Expand Down
Loading

0 comments on commit 1c5311d

Please sign in to comment.