Skip to content

Commit

Permalink
fix: Add more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Oct 5, 2023
1 parent d0fd5c9 commit 3b305e5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ authors = [
]
dependencies = [
"deepdiff>=6.3.1",
"GDAL==3.6.4",
"landez>=2.5.0",
"ogr>=0.0.1",
"osmium>=3.6.0",
"pyparsing>=3.0.9",
"PyYAML>=6.0.1",
"requests>=2.28.2",
"shapely>=2.0.1",
"geojson>=2.5.0",
"psycopg2>=2.9.7",
"flatdict>=4.0.1",
"pyarrow>=1.24.2",
"sqlalchemy>=2.0.1",
"GeoAlchemy2>=0.12.5",
"sqlmodel>=0.0.8",
"SQLAlchemy>=1.4.41",
"SQLAlchemy-Utils>=0.41.1",
]
requires-python = ">=3.10"
readme = "README.md"
license = "AGPL-3.0-only"
license = "GPL-3.0-only"
keywords = ["hot", "osm", "openstreetmap"]
classifiers = [
"Topic :: Utilities",
Expand Down Expand Up @@ -48,7 +54,7 @@ pythonpath = "osm_rawdata"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.2rc0"
version = "0.1.0"
version_files = [
"pyproject.toml:version",
"osm_rawdata/__version__.py",
Expand Down

0 comments on commit 3b305e5

Please sign in to comment.