mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
* 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>
126 lines
2.4 KiB
Plaintext
126 lines
2.4 KiB
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.9
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
|
|
#
|
|
asgiref==3.7.2
|
|
# via
|
|
# -c requirements.txt
|
|
# django
|
|
build==1.0.3
|
|
# via pip-tools
|
|
certifi==2023.11.17
|
|
# via
|
|
# -c requirements.txt
|
|
# requests
|
|
cffi==1.16.0
|
|
# via
|
|
# -c requirements.txt
|
|
# cryptography
|
|
cfgv==3.4.0
|
|
# via pre-commit
|
|
charset-normalizer==3.3.2
|
|
# via
|
|
# -c requirements.txt
|
|
# pdfminer-six
|
|
# requests
|
|
click==8.1.7
|
|
# via pip-tools
|
|
coverage[toml]==5.5
|
|
# via
|
|
# -r requirements-dev.in
|
|
# coveralls
|
|
coveralls==2.1.2
|
|
# via -r requirements-dev.in
|
|
cryptography==41.0.7
|
|
# via
|
|
# -c requirements.txt
|
|
# pdfminer-six
|
|
distlib==0.3.8
|
|
# via virtualenv
|
|
django==4.2.9
|
|
# via
|
|
# -c requirements.txt
|
|
# django-slowtests
|
|
django-slowtests==1.1.1
|
|
# via -r requirements-dev.in
|
|
django-test-migrations==1.3.0
|
|
# via -r requirements-dev.in
|
|
docopt==0.6.2
|
|
# via coveralls
|
|
filelock==3.13.1
|
|
# via virtualenv
|
|
identify==2.5.31
|
|
# via pre-commit
|
|
idna==3.6
|
|
# via
|
|
# -c requirements.txt
|
|
# requests
|
|
importlib-metadata==6.8.0
|
|
# via
|
|
# -c requirements.txt
|
|
# build
|
|
isort==5.13.2
|
|
# via -r requirements-dev.in
|
|
nodeenv==1.8.0
|
|
# via pre-commit
|
|
packaging==23.2
|
|
# via
|
|
# -c requirements.txt
|
|
# build
|
|
pdfminer-six==20231228
|
|
# via -r requirements-dev.in
|
|
pip-tools==7.3.0
|
|
# via -r requirements-dev.in
|
|
platformdirs==4.1.0
|
|
# via virtualenv
|
|
pre-commit==3.6.0
|
|
# via -r requirements-dev.in
|
|
pycparser==2.21
|
|
# via
|
|
# -c requirements.txt
|
|
# cffi
|
|
pyproject-hooks==1.0.0
|
|
# via build
|
|
pyyaml==6.0.1
|
|
# via
|
|
# -c requirements.txt
|
|
# pre-commit
|
|
requests==2.31.0
|
|
# via
|
|
# -c requirements.txt
|
|
# coveralls
|
|
sqlparse==0.4.4
|
|
# via
|
|
# -c requirements.txt
|
|
# django
|
|
toml==0.10.2
|
|
# via coverage
|
|
tomli==2.0.1
|
|
# via
|
|
# build
|
|
# pip-tools
|
|
# pyproject-hooks
|
|
typing-extensions==4.9.0
|
|
# via
|
|
# -c requirements.txt
|
|
# asgiref
|
|
# django-test-migrations
|
|
urllib3==2.1.0
|
|
# via
|
|
# -c requirements.txt
|
|
# requests
|
|
virtualenv==20.25.0
|
|
# via pre-commit
|
|
wheel==0.42.0
|
|
# via pip-tools
|
|
zipp==3.16.2
|
|
# via
|
|
# -c requirements.txt
|
|
# importlib-metadata
|
|
|
|
# The following packages are considered to be unsafe in a requirements file:
|
|
# pip
|
|
# setuptools
|