Skip to content

Commit

Permalink
Merge branch 'tpp-upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
tdruez committed Mar 27, 2023
2 parents 9b2bae1 + 715c3ae commit 7c3ec82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ check: doc8

clean:
@echo "-> Clean the Python env"
rm -rf bin/ lib/ lib64/ include/ build/ dist/ docs/_build/ pip-selfcheck.json pyvenv.cfg
rm -rf bin/ lib/ lib64/ include/ build/ dist/ docs/_build/ .cache/ pip-selfcheck.json pyvenv.cfg
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete -type d -name '*.egg-info' -delete

migrate:
Expand Down
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ packages=find:
include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# Django related
Django==4.1.7
django-environ==0.9.0
django-environ==0.10.0
django-crispy-forms==2.0
crispy-bootstrap3==2022.1
django-filter==22.1
Expand All @@ -64,24 +64,24 @@ install_requires =
# wait_for_database Django management command
django-probes==1.7.0
# Task queue
rq==1.12.0
rq==1.13.0
django-rq==2.7.0
redis==4.5.1
redis==4.5.3
# WSGI server
gunicorn==20.1.0
# Docker
container-inspector==32.0.1
# ScanCode-toolkit
scancode-toolkit[packages]==31.2.4
extractcode[full]==31.0.0
commoncode==31.0.0
commoncode==31.0.2
# FetchCode
fetchcode-container==1.2.3.210512; sys_platform == "linux"
# Inspectors
python-inspector==0.9.4
aboutcode-toolkit==7.2.0
python-inspector==0.9.6
aboutcode-toolkit==8.0.0
# Utilities
XlsxWriter==3.0.8
XlsxWriter==3.0.9
requests==2.28.2
# Profiling
pyinstrument==4.4.0
Expand Down

0 comments on commit 7c3ec82

Please sign in to comment.