Skip to content

Commit

Permalink
upgrade deps for Python 3.12.3 and GDAL 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Aug 9, 2024
1 parent 995d957 commit 0bf5ca9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
31 changes: 31 additions & 0 deletions requirements-freeze.txt
Original file line number Diff line number Diff line change
@@ -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
44 changes: 12 additions & 32 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0bf5ca9

Please sign in to comment.