diff --git a/requirements-freeze.txt b/requirements-freeze.txt new file mode 100644 index 00000000..f126b5ea --- /dev/null +++ b/requirements-freeze.txt @@ -0,0 +1,31 @@ +# result of pip freeze > requirements-freeze.txt +alabaster==1.0.0 +babel==2.16.0 +certifi==2024.7.4 +charset-normalizer==3.3.2 +Deprecated==1.2.14 +docutils==0.21.2 +et-xmlfile==1.1.0 +GDAL==3.9.1 +idna==3.7 +imagesize==1.4.1 +Jinja2==3.1.4 +lxml==5.2.2 +MarkupSafe==2.1.5 +openpyxl==3.1.5 +packaging==24.1 +psycopg2-binary==2.9.9 +Pygments==2.18.0 +requests==2.32.3 +setuptools==72.1.0 +snowballstemmer==2.2.0 +Sphinx==8.0.2 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +urllib3==2.2.2 +wrapt==1.16.0 +xlrd==2.0.1 diff --git a/requirements.txt b/requirements.txt index 52a88707..9be73b81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,32 +1,12 @@ -# Working requirements with Python 3.7.1 and Wheel -alabaster==0.7.12 -Babel==2.9.1 -certifi==2024.7.4 -chardet==3.0.4 -Deprecated==1.2.10 -docutils==0.16 -GDAL==2.3.1 -idna==3.7 -imagesize==1.2.0 -Jinja2==3.1.4 -lxml>=4.6.3 -MarkupSafe==1.1.1 -openpyxl==3.0.9 -packaging==20.4 -psycopg2==2.8.6 -Pygments==2.15.0 -pyparsing==2.4.7 -pytz==2020.4 -requests==2.32.0 -six==1.15.0 -snowballstemmer==2.0.0 -Sphinx==3.3.1 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==1.0.3 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.4 -urllib3==1.26.19 -wrapt==1.12.1 -xlrd==2.0.1 +# Working requirements with Python 3.12.3 +Deprecated +GDAL +Jinja2 +lxml +openpyxl +packaging +psycopg2-binary +requests +Setuptools +Sphinx +xlrd