Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GHC installable on Ubuntu 22.4 and 24.4 / Python 3.12 #481

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Install
.. code-block:: bash

python3 -m venv ghc && cd ghc
source ghc/bin/activate
source ./bin/activate
git clone https://github.com/geopython/GeoHealthCheck.git
cd GeoHealthCheck

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astroid==2.15.8 # https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/31
Jinja2==3.0.3
markupsafe==2.0.1
Flask==1.1.1
Expand All @@ -9,7 +10,7 @@ SQLAlchemy==1.3.8
Flask-SQLAlchemy==2.4.0
itsdangerous==1.1.0
pyproj >=2.6.1
lxml >= 4.8.0, <= 4.9.2
lxml >= 4.8.0, <= 4.9.4
OWSLib==0.20.0
jsonschema==3.0.2 # downgrade from 3.2.0 on sept 29, 2020, issue 331, consider better fix
openapi-spec-validator==0.2.8
Expand Down