We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582fc8 commit 8ce5985Copy full SHA for 8ce5985
setup.cfg
@@ -51,7 +51,7 @@ zip_safe = false
51
install_requires =
52
importlib_metadata==4.11.3
53
# Django related
54
- Django==4.0.3
+ Django==4.0.4
55
django-environ==0.8.1
56
django-crispy-forms==1.14.0
57
django-filter==21.1
@@ -72,14 +72,14 @@ install_requires =
72
# ScanCode-toolkit
73
scancode-toolkit[packages]==30.1.0
74
extractcode[full]==30.0.0
75
- commoncode==30.1.0
+ commoncode==30.1.1
76
# FetchCode
77
fetchcode-container==1.2.3.210512; sys_platform == "linux"
78
# Utilities
79
XlsxWriter==3.0.3
80
requests==2.27.1
81
# Profiling
82
- pyinstrument==3.4.2
+ pyinstrument==4.1.1
83
84
[options.extras_require]
85
dev =
0 commit comments