mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Sync Pipfile.lock based on latest Pipfile
When running `pipenv install` locally, `pipenv` triggers a warning that the lockfile is out of sync, and starts regenerating the `Pipfile.lock` file. This change syncs these files, and updates dependencies based on a fresh run of `pipenv lock --dev`.
This commit is contained in:
parent
97cf3b2079
commit
0466f7a18a
2
Pipfile
2
Pipfile
@ -65,6 +65,8 @@ zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
|
||||
scipy = "==1.8.1"
|
||||
# v4 brings in extra dependencies for features not used here
|
||||
reportlab = "==3.6.12"
|
||||
# Pin this until piwheels is building a newer version (see https://www.piwheels.org/project/cryptography/)
|
||||
cryptography = "==40.0.1"
|
||||
|
||||
[dev-packages]
|
||||
# Linting
|
||||
|
1093
Pipfile.lock
generated
1093
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user