2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Update package requirements for docker (#3285)

* Include cargo / rustc in the docker image

- Otherwise cryptography library seems to fail

* Revert cryptography lib to older version

- New version requires rust, adds ~300MB to the image size!
This commit is contained in:
Oliver
2022-07-03 21:44:40 +10:00
committed by GitHub
parent c81043ba42
commit 830ecd5677
3 changed files with 6 additions and 3 deletions

View File

@ -30,8 +30,10 @@ coreapi==2.3.3
# via -r requirements.in
coreschema==0.0.4
# via coreapi
cryptography==37.0.2
# via pyjwt
cryptography==3.4.8
# via
# -r requirements.in
# pyjwt
cssselect2==0.6.0
# via weasyprint
defusedxml==0.7.1