Skip to content

Commit

Permalink
Remove dependency on six
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeffer committed May 29, 2023
1 parent 7381d36 commit 65b74b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# To do



## Debian packaging

Right now, the depository is for a "squeeze" and "buster" distribution. Do we keep adding them
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "weewx"
version = "5.0.0b3"
description = "The WeeWX weather software system. This is an ALPHA release, and is likely to be unstable!"
description = "The WeeWX weather software system. This is an BETA release, and may have many bugs!"
authors = ["Tom Keffer <tkeffer@gmail.com>"]
license = "GPL3"
readme = 'README.md'
Expand Down Expand Up @@ -68,7 +68,6 @@ ephem = "^4.1"
PyMySQL = {extras = ["rsa"], version = "^1.0"}
pyserial = "^3.4"
pyusb = "^1.0.2"
six = "^1"

[tool.poetry.scripts]
wee_database = 'wee_database:main'
Expand Down

0 comments on commit 65b74b0

Please sign in to comment.