Skip to content

Commit

Permalink
fix Werkzeug sub-dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucascopelliti committed Oct 23, 2023
1 parent 4418253 commit 852e9e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions simulation/src/issuer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
quart==0.17.0
environs==9.5.0
jwcrypto==1.4.2
Werkzeug==2.3.0
3 changes: 2 additions & 1 deletion simulation/src/ra/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
quart==0.17.0
environs==9.5.0
PyJWT==2.4.0
cryptography==38.0.1
cryptography==38.0.1
Werkzeug==2.3.0
3 changes: 2 additions & 1 deletion simulation/src/web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ quart==0.17.0
environs==9.5.0
aiohttp==3.8.1
asyncio-dgram==2.1.2
PyJWT==2.4.0
PyJWT==2.4.0
Werkzeug==2.3.0

0 comments on commit 852e9e9

Please sign in to comment.