Skip to content

Commit

Permalink
Merge pull request #167 from fsinfuhh/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ftsell committed May 29, 2024
2 parents a8832de + 872b151 commit 0159e42
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 210 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-cors-headers = "~=4.1"
django-ldapdb = "~=1.5"
django-oauth-toolkit = "~=2.3"
django-widget-tweaks = "~=1.5"
environs = { version = "~=9.5", extras = ["django"] }
environs = { version = "~=11.0", extras = ["django"] }
etherpad_lite = "~=0.5"
fuzzywuzzy = "~=0.18"
nameparser = "~=1.1"
Expand All @@ -30,10 +30,11 @@ python-magic = "~=0.4"
raven = "~=6.10"
requests = "~=2.31"
simple-openid-connect = { version = "~=1.0.0", extras = ["django"] }
typing-extensions = "*"

[dev-packages]
responses = "~=0.23"
pytest = "==7.1.3"
pytest = "==7.1.3" # cannot update because of python version incompatibilities
pytest-django = "*"
pytest-env = "*"
freezegun = "*"
Expand Down
Loading

0 comments on commit 0159e42

Please sign in to comment.