Skip to content

Commit

Permalink
publish .49 and remove pyproj for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Aug 8, 2024
1 parent 8f89b90 commit f2a3312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
41 changes: 1 addition & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymammotion"
version = "0.0.48"
version = "0.0.49"
license = "GNU-3.0"
description = ""
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,6 @@ orjson = "^3.9.15"
betterproto = "^1.2.5"
pyjoystick = "^1.2.4"
nest-asyncio = "^1.6.0"
pyproj = "^3.6.1"


[tool.poetry.group.dev.dependencies]
Expand All @@ -47,9 +46,8 @@ ruff = "^0.4.6"
mypy = "^1.10.0"
pre-commit = "^3.7.1"


[tool.bumpver]
current_version = "0.0.48"
current_version = "0.0.49"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,12 @@ py-jsonic==0.0.2
# via pymammotion (pyproject.toml)
pycparser==2.21
# via cffi
pydantic~=2.6.2
# via pymammotion (pyproject.toml)
pydantic-core==2.10.1
# via pydantic
typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
yarl==1.9.2
# via aiohttp

pymammotion~=0.0.1
alibabacloud_apigateway_util~=0.0.2
jsonic~=1.0.0
alibabacloud_iot_api_gateway~=0.0.4
Expand Down

0 comments on commit f2a3312

Please sign in to comment.