Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
roel-devries committed Jan 25, 2024
1 parent 572b177 commit 3b7df51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ authors = [{name = "BenK devs"}]
license = {text = 'MPL 2.0'}
# let setup,py handle dependencies, required for setuptools >= v69
dynamic = ["dependencies"]
version = "2.26.0"

version = "2.28.1"

[project.urls]
Homepage = "https://github.com/Amsterdam/GOB-Core"
Expand Down Expand Up @@ -119,7 +118,7 @@ warn_return_any = true
# Disable import checks for non typed packages
[[tool.mypy.overrides]]
module = ["pika.*"]
ignore_missing_imports = true
ignore_missing_imports = false

# Disable mypy checks for `dirty' gobcore modules
[[tool.mypy.overrides]]
Expand Down
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
cryptography~=41.0.3
cryptography~=41.0.7
GDAL==${LIBGDAL_VERSION}
GeoAlchemy2~=0.14.1
GeoAlchemy2~=0.14.3
geomet==1.0.0
ijson~=3.2.3
openpyxl~=3.1.2
oracledb~=1.4.1
orjson~=3.9.7
oracledb~=1.4.2
orjson~=3.9.12
pandas~=1.5.3
paramiko==2.12.0
paramiko==3.4.0
pika==0.13.1
psycopg2~=2.9.7
pycryptodome==3.18.0
pydantic~=1.10.12
psycopg2~=2.9.9
pycryptodome==3.20.0
pydantic~=1.10.14
pydash~=7.0.6
PyJWT==2.8.0
pyodbc==4.0.39
python-dateutil==2.8.2
python-keystoneclient~=5.1.0
python-keystoneclient~=5.3.0
python-swiftclient~=4.4.0
requests~=2.31.0
Shapely==1.8.5.post1
SQLAlchemy~=1.4.49
urllib3~=1.26.16
SQLAlchemy~=1.4.51
urllib3~=1.26.18

# Test requirements
black~=23.9.0
coverage~=7.3.1
black~=23.12.1
coverage~=7.4.0
flake8~=6.1.0
flake8-docstrings~=1.7.0
Flake8-pyproject~=1.2.3
isort~=5.12.0
isort~=5.13.2
munch~=4.0.0
mypy~=1.5.1
pytest~=7.4.2
pytest~=7.4.4

0 comments on commit 3b7df51

Please sign in to comment.