mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
d36cf358f8
* bump to dj >4.2 * switch to experimental git release * bump django-import_export * bump mptt * replace is_ajax, which was removed https://docs.djangoproject.com/en/3.1/releases/3.1/#id2 * Save before accessing values in m2m/fk fields * move plugin init * use dev version of django for fix * update deps * fix deps * use django smaller 4.2 * fix reqs * fix merge * remove moved code * another merge fix * fix ajax call * fix refs * change python min v * fix deps * bump deps * fix deps * pin pillow * dj 4.1 upgrades * make diff smaller * bump all deps * drop down to py3.9 * bump versions * merge fix * fix diff * more bumping * diff cleanup * bump deps * fix reqs * use accurate state for model migrations using apps the historically correct state is used * try import * added more logs * add try here too * clean up rebuilds * Dj 4.2 (#161) * autochanges * bump * fix diff * fix diff * bump deps * fix req * remove select_related to test error influence * switch to mptt fork * fix reqs for upstream * move tracking ensureance into save * optimize check frequency * use psycopg instead of psycopg2 * fix header * just use the values * switch to dj < 4.2 * fix req * another req fix * switch to 4.2 again * fix merge error * Check for null pk in calculate_total_price Cannot access self.lines if pk is Null * use patched mptt * try psycopg2 again * Remove tree rebuild from migrations * Prevent notify_users if importing or migrating * Add order_by() to subquery annotations - Ref: https://stackoverflow.com/a/629691 * Update stock filters - Append order_by() * fix error if running without timezones in testing * add logging to figure this out * remove tz from self.creation if TZ is off * add tz? * move around? * only run the test i am trying to figure out not reproducible on my machine * only run the test i am trying to figure out not reproducible on my machine * run all tests again --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
426 lines
10 KiB
Plaintext
426 lines
10 KiB
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.9
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=requirements.txt requirements.in
|
|
#
|
|
asgiref==3.7.2
|
|
# via
|
|
# django
|
|
# django-cors-headers
|
|
async-timeout==4.0.3
|
|
# via redis
|
|
attrs==23.2.0
|
|
# via
|
|
# jsonschema
|
|
# referencing
|
|
babel==2.14.0
|
|
# via py-moneyed
|
|
backoff==2.2.1
|
|
# via
|
|
# opentelemetry-exporter-otlp-proto-common
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
bleach[css]==6.1.0
|
|
# via
|
|
# bleach
|
|
# django-markdownify
|
|
brotli==1.1.0
|
|
# via fonttools
|
|
certifi==2023.11.17
|
|
# via
|
|
# requests
|
|
# sentry-sdk
|
|
cffi==1.16.0
|
|
# via
|
|
# cryptography
|
|
# weasyprint
|
|
charset-normalizer==3.3.2
|
|
# via requests
|
|
coreapi==2.3.3
|
|
# via -r requirements.in
|
|
coreschema==0.0.4
|
|
# via coreapi
|
|
cryptography==41.0.7
|
|
# via
|
|
# -r requirements.in
|
|
# djangorestframework-simplejwt
|
|
# pyjwt
|
|
cssselect2==0.7.0
|
|
# via weasyprint
|
|
defusedxml==0.7.1
|
|
# via
|
|
# odfpy
|
|
# python3-openid
|
|
deprecated==1.2.14
|
|
# via
|
|
# opentelemetry-api
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
diff-match-patch==20230430
|
|
# via django-import-export
|
|
dj-rest-auth==5.0.2
|
|
# via -r requirements.in
|
|
django==4.2.9
|
|
# via
|
|
# -r requirements.in
|
|
# dj-rest-auth
|
|
# django-allauth
|
|
# django-allauth-2fa
|
|
# django-cors-headers
|
|
# django-dbbackup
|
|
# django-error-report-2
|
|
# django-filter
|
|
# django-flags
|
|
# django-formtools
|
|
# django-ical
|
|
# django-import-export
|
|
# django-js-asset
|
|
# django-markdownify
|
|
# django-money
|
|
# django-otp
|
|
# django-picklefield
|
|
# django-q2
|
|
# django-recurrence
|
|
# django-redis
|
|
# django-sesame
|
|
# django-sql-utils
|
|
# django-sslserver
|
|
# django-stdimage
|
|
# django-taggit
|
|
# django-user-sessions
|
|
# django-weasyprint
|
|
# django-xforwardedfor-middleware
|
|
# djangorestframework
|
|
# djangorestframework-simplejwt
|
|
# drf-spectacular
|
|
django-allauth==0.60.1
|
|
# via
|
|
# -r requirements.in
|
|
# django-allauth-2fa
|
|
django-allauth-2fa==0.11.1
|
|
# via -r requirements.in
|
|
django-cleanup==8.0.0
|
|
# via -r requirements.in
|
|
django-cors-headers==4.3.1
|
|
# via -r requirements.in
|
|
django-crispy-forms==1.14.0
|
|
# via -r requirements.in
|
|
django-dbbackup==4.0.2
|
|
# via -r requirements.in
|
|
django-error-report-2==0.4.2
|
|
# via -r requirements.in
|
|
django-filter==23.5
|
|
# via -r requirements.in
|
|
django-flags==5.0.13
|
|
# via -r requirements.in
|
|
django-formtools==2.5.1
|
|
# via -r requirements.in
|
|
django-ical==1.9.2
|
|
# via -r requirements.in
|
|
django-import-export==3.3.5
|
|
# via -r requirements.in
|
|
django-js-asset==2.2.0
|
|
# via django-mptt
|
|
django-maintenance-mode==0.21.0
|
|
# via -r requirements.in
|
|
django-markdownify==0.9.3
|
|
# via -r requirements.in
|
|
django-money==3.2.0
|
|
# via -r requirements.in
|
|
django-mptt==0.16.0
|
|
# via -r requirements.in
|
|
django-otp==1.3.0
|
|
# via django-allauth-2fa
|
|
django-picklefield==3.1
|
|
# via django-q2
|
|
django-q-sentry==0.1.6
|
|
# via -r requirements.in
|
|
django-q2==1.6.1
|
|
# via -r requirements.in
|
|
django-recurrence==1.11.1
|
|
# via django-ical
|
|
django-redis==5.4.0
|
|
# via -r requirements.in
|
|
django-sesame==3.2.2
|
|
# via -r requirements.in
|
|
django-sql-utils==0.7.0
|
|
# via -r requirements.in
|
|
django-sslserver==0.22
|
|
# via -r requirements.in
|
|
django-stdimage==6.0.2
|
|
# via -r requirements.in
|
|
django-taggit==5.0.1
|
|
# via -r requirements.in
|
|
django-user-sessions==2.0.0
|
|
# via -r requirements.in
|
|
django-weasyprint==2.2.2
|
|
# via -r requirements.in
|
|
django-xforwardedfor-middleware==2.0
|
|
# via -r requirements.in
|
|
djangorestframework==3.14.0
|
|
# via
|
|
# -r requirements.in
|
|
# dj-rest-auth
|
|
# djangorestframework-simplejwt
|
|
# drf-spectacular
|
|
djangorestframework-simplejwt[crypto]==5.3.1
|
|
# via -r requirements.in
|
|
drf-spectacular==0.27.0
|
|
# via -r requirements.in
|
|
dulwich==0.21.7
|
|
# via -r requirements.in
|
|
et-xmlfile==1.1.0
|
|
# via openpyxl
|
|
feedparser==6.0.11
|
|
# via -r requirements.in
|
|
fonttools[woff]==4.44.0
|
|
# via
|
|
# fonttools
|
|
# weasyprint
|
|
googleapis-common-protos==1.62.0
|
|
# via
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
grpcio==1.60.0
|
|
# via opentelemetry-exporter-otlp-proto-grpc
|
|
gunicorn==21.2.0
|
|
# via -r requirements.in
|
|
html5lib==1.1
|
|
# via weasyprint
|
|
icalendar==5.0.11
|
|
# via django-ical
|
|
idna==3.6
|
|
# via requests
|
|
importlib-metadata==6.8.0
|
|
# via
|
|
# django-q2
|
|
# markdown
|
|
# opentelemetry-api
|
|
inflection==0.5.1
|
|
# via drf-spectacular
|
|
itypes==1.2.0
|
|
# via coreapi
|
|
jinja2==3.1.3
|
|
# via coreschema
|
|
jsonschema==4.20.0
|
|
# via drf-spectacular
|
|
jsonschema-specifications==2023.12.1
|
|
# via jsonschema
|
|
markdown==3.5.1
|
|
# via django-markdownify
|
|
markuppy==1.14
|
|
# via tablib
|
|
markupsafe==2.1.3
|
|
# via jinja2
|
|
oauthlib==3.2.2
|
|
# via requests-oauthlib
|
|
odfpy==1.4.1
|
|
# via tablib
|
|
openpyxl==3.1.2
|
|
# via tablib
|
|
opentelemetry-api==1.22.0
|
|
# via
|
|
# -r requirements.in
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
# opentelemetry-instrumentation
|
|
# opentelemetry-instrumentation-django
|
|
# opentelemetry-instrumentation-redis
|
|
# opentelemetry-instrumentation-requests
|
|
# opentelemetry-instrumentation-wsgi
|
|
# opentelemetry-sdk
|
|
opentelemetry-exporter-otlp==1.22.0
|
|
# via -r requirements.in
|
|
opentelemetry-exporter-otlp-proto-common==1.22.0
|
|
# via
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
opentelemetry-exporter-otlp-proto-grpc==1.22.0
|
|
# via opentelemetry-exporter-otlp
|
|
opentelemetry-exporter-otlp-proto-http==1.22.0
|
|
# via opentelemetry-exporter-otlp
|
|
opentelemetry-instrumentation==0.43b0
|
|
# via
|
|
# opentelemetry-instrumentation-django
|
|
# opentelemetry-instrumentation-redis
|
|
# opentelemetry-instrumentation-requests
|
|
# opentelemetry-instrumentation-wsgi
|
|
opentelemetry-instrumentation-django==0.43b0
|
|
# via -r requirements.in
|
|
opentelemetry-instrumentation-redis==0.43b0
|
|
# via -r requirements.in
|
|
opentelemetry-instrumentation-requests==0.43b0
|
|
# via -r requirements.in
|
|
opentelemetry-instrumentation-wsgi==0.43b0
|
|
# via opentelemetry-instrumentation-django
|
|
opentelemetry-proto==1.22.0
|
|
# via
|
|
# opentelemetry-exporter-otlp-proto-common
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
opentelemetry-sdk==1.22.0
|
|
# via
|
|
# -r requirements.in
|
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
opentelemetry-semantic-conventions==0.43b0
|
|
# via
|
|
# opentelemetry-instrumentation-django
|
|
# opentelemetry-instrumentation-redis
|
|
# opentelemetry-instrumentation-requests
|
|
# opentelemetry-instrumentation-wsgi
|
|
# opentelemetry-sdk
|
|
opentelemetry-util-http==0.43b0
|
|
# via
|
|
# opentelemetry-instrumentation-django
|
|
# opentelemetry-instrumentation-requests
|
|
# opentelemetry-instrumentation-wsgi
|
|
packaging==23.2
|
|
# via gunicorn
|
|
pdf2image==1.17.0
|
|
# via -r requirements.in
|
|
pillow==10.2.0
|
|
# via
|
|
# -r requirements.in
|
|
# django-stdimage
|
|
# pdf2image
|
|
# python-barcode
|
|
# qrcode
|
|
# weasyprint
|
|
pint==0.21
|
|
# via -r requirements.in
|
|
protobuf==4.25.2
|
|
# via
|
|
# googleapis-common-protos
|
|
# opentelemetry-proto
|
|
py-moneyed==3.0
|
|
# via django-money
|
|
pycparser==2.21
|
|
# via cffi
|
|
pydyf==0.8.0
|
|
# via weasyprint
|
|
pyjwt[crypto]==2.8.0
|
|
# via
|
|
# django-allauth
|
|
# djangorestframework-simplejwt
|
|
# pyjwt
|
|
pyphen==0.14.0
|
|
# via weasyprint
|
|
pypng==0.20220715.0
|
|
# via qrcode
|
|
python-barcode[images]==0.15.1
|
|
# via -r requirements.in
|
|
python-dateutil==2.8.2
|
|
# via
|
|
# django-recurrence
|
|
# icalendar
|
|
python-dotenv==1.0.0
|
|
# via -r requirements.in
|
|
python-fsutil==0.13.0
|
|
# via django-maintenance-mode
|
|
python3-openid==3.2.0
|
|
# via django-allauth
|
|
pytz==2023.3.post1
|
|
# via
|
|
# django-dbbackup
|
|
# djangorestframework
|
|
# icalendar
|
|
pyyaml==6.0.1
|
|
# via
|
|
# -r requirements.in
|
|
# drf-spectacular
|
|
# tablib
|
|
qrcode[pil]==7.4.2
|
|
# via
|
|
# -r requirements.in
|
|
# django-allauth-2fa
|
|
rapidfuzz==0.7.6
|
|
# via -r requirements.in
|
|
redis==5.0.1
|
|
# via django-redis
|
|
referencing==0.32.1
|
|
# via
|
|
# jsonschema
|
|
# jsonschema-specifications
|
|
regex==2023.12.25
|
|
# via -r requirements.in
|
|
requests==2.31.0
|
|
# via
|
|
# coreapi
|
|
# django-allauth
|
|
# opentelemetry-exporter-otlp-proto-http
|
|
# requests-oauthlib
|
|
requests-oauthlib==1.3.1
|
|
# via django-allauth
|
|
rpds-py==0.16.2
|
|
# via
|
|
# jsonschema
|
|
# referencing
|
|
sentry-sdk==1.39.2
|
|
# via
|
|
# -r requirements.in
|
|
# django-q-sentry
|
|
sgmllib3k==1.0.0
|
|
# via feedparser
|
|
six==1.16.0
|
|
# via
|
|
# bleach
|
|
# html5lib
|
|
# python-dateutil
|
|
sqlparse==0.4.4
|
|
# via
|
|
# django
|
|
# django-sql-utils
|
|
tablib[html,ods,xls,xlsx,yaml]==3.5.0
|
|
# via
|
|
# -r requirements.in
|
|
# django-import-export
|
|
tinycss2==1.2.1
|
|
# via
|
|
# bleach
|
|
# cssselect2
|
|
# weasyprint
|
|
typing-extensions==4.9.0
|
|
# via
|
|
# asgiref
|
|
# drf-spectacular
|
|
# opentelemetry-sdk
|
|
# py-moneyed
|
|
# qrcode
|
|
uritemplate==4.1.1
|
|
# via
|
|
# coreapi
|
|
# drf-spectacular
|
|
urllib3==2.1.0
|
|
# via
|
|
# dulwich
|
|
# requests
|
|
# sentry-sdk
|
|
weasyprint==60.2
|
|
# via
|
|
# -r requirements.in
|
|
# django-weasyprint
|
|
webencodings==0.5.1
|
|
# via
|
|
# bleach
|
|
# cssselect2
|
|
# html5lib
|
|
# tinycss2
|
|
wrapt==1.16.0
|
|
# via
|
|
# deprecated
|
|
# opentelemetry-instrumentation
|
|
# opentelemetry-instrumentation-redis
|
|
xlrd==2.0.1
|
|
# via tablib
|
|
xlwt==1.3.0
|
|
# via tablib
|
|
zipp==3.16.2
|
|
# via importlib-metadata
|
|
zopfli==0.2.3
|
|
# via fonttools
|
|
|
|
# The following packages are considered to be unsafe in a requirements file:
|
|
# setuptools
|