From 098634caff474c998f83b11828732f554fb47c7e Mon Sep 17 00:00:00 2001 From: Horilla <131998600+horilla-opensource@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:27:38 +0000 Subject: [PATCH] Update requirements.txt Remove versions from packages to avoid inconsistencies --- requirements.txt | 114 +++++++++++++++++++++++------------------------ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/requirements.txt b/requirements.txt index 668fc28a5..8431bfe29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,58 +1,58 @@ -APScheduler==3.10.4 -arabic-reshaper==3.0.0 -asgiref==3.7.2 -asn1crypto==1.5.1 -certifi==2024.2.2 -cffi==1.16.0 -chardet==5.2.0 -charset-normalizer==3.3.2 -click==8.1.7 -cryptography==42.0.5 -cssselect2==0.7.0 +APScheduler +arabic-reshaper +asgiref +asn1crypto +certifi +cffi +chardet +charset-normalizer +click +cryptography +cssselect2 Django==4.2.11 -django-apscheduler==0.6.2 -django-cors-headers==4.3.1 -django-filter==24.1 -django-haystack==3.2.1 -django-jsonfield==1.4.1 -django-mathfilters==1.0.0 -django-model-utils==4.4.0 -django-simple-history==3.5.0 -django-widget-tweaks==1.5.0 -et-xmlfile==1.1.0 -html5lib==1.1 -idna==3.6 -lxml==5.1.0 -numpy==1.24.0 -openpyxl==3.1.2 -oscrypto==1.3.0 -pandas==2.0.3 -pillow==10.2.0 -pycparser==2.21 -pyHanko==0.23.0 -pyhanko-certvalidator==0.26.3 -pypdf==4.1.0 -pypng==0.20220715.0 -python-bidi==0.4.2 -python-dateutil==2.9.0.post0 -pytz==2024.1 -PyYAML==6.0.1 -qrcode==7.4.2 -reportlab==4.0.9 -requests==2.31.0 -setuptools==69.1.1 -six==1.16.0 -sqlparse==0.4.4 -svglib==1.5.1 -swapper==1.3.0 -tinycss2==1.2.1 -typing_extensions==4.10.0 -tzdata==2024.1 -tzlocal==5.2 -uritools==4.0.2 -urllib3==2.2.1 -utils==1.0.1 -webencodings==0.5.1 -Whoosh==2.7.4 -xhtml2pdf==0.2.15 -XlsxWriter==3.1.9 +django-apscheduler +django-cors-headers +django-filter +django-haystack +django-jsonfield +django-mathfilters +django-model-utils +django-simple-history +django-widget-tweaks +et-xmlfile +html5lib +idna +lxml +numpy +openpyxl +oscrypto +pandas +pillow +pycparser +pyHanko +pyhanko-certvalidator +pypdf +pypng +python-bidi +python-dateutil +pytz +PyYAML +qrcode +reportlab +requests +setuptools +six +sqlparse +svglib +swapper +tinycss2 +typing_extensions +tzdata +tzlocal +uritools +urllib3 +utils +webencodings +Whoosh +xhtml2pdf +XlsxWriter