Skip to content

Commit

Permalink
Update version, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zenk committed Jun 27, 2024
1 parent ccf4a23 commit 1098458
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "onboardapis"
description = "A pure Python wrapper for the on-board APIs of many different transportation providers."
version = "2.0.0rc4"
version = "2.0.0"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.8"
keywords = [
Expand All @@ -18,11 +18,11 @@ authors = [
{ name = "Felix Zenk", email = "felix.zenk@web.de" },
]
dependencies = [
"geopy>=2.3.0",
"geopy>=2.4.1",
"gql[all]>=3.5.0",
"restfly>=1.4.7",
"requests>=2.31.0",
"beautifulsoup4>=4.12.2",
"requests>=2.32.3",
"beautifulsoup4>=4.12.3",
"deprecation>=2.1.0",
]
classifiers = [
Expand All @@ -48,8 +48,6 @@ dev = [
"build>=1.2.1",
"pytest>=8.2.0",
"pytest-cov>=5.0.0",
"testcontainers>=3.7.1",
"wiremock[testing]>=2.6.1",
]

[project.urls]
Expand Down

0 comments on commit 1098458

Please sign in to comment.