requires-python = ">=3.7"
license = 'GPL-3.0-or-later'
maintainers = [
- { name = "Sarah Hoffmann", email = "lonvia@denofr.de" }
+ { name = "Sarah Hoffmann", email = "lonvia@denofr.de" },
+ { name = "Marc Tobias", email = "mtmail-cpan@gmx.net" }
]
keywords = [ "geocoding", "OpenStreetMap", "search" ]
classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
- "psycopg2-binary",
+ "psycopg",
"python-dotenv",
"jinja2",
"pyYAML>=5.1",