Skip to content

Commit 3e6cb1c

Browse files
committed
Removing pydevlpr dependency. Was there for tests, but should be downstream of devlprd only.
1 parent 2fae1a1 commit 3e6cb1c

2 files changed

Lines changed: 5 additions & 22 deletions

File tree

poetry.lock

Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devlprd"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Daemon for managing integrations with the FATNM DEVLPR"
55
readme = "README.md"
66
authors = ["Ezra Boley <eboley@wisc.edu>"]
@@ -12,7 +12,6 @@ documentation = "https://docs.getfantm.com"
1212
python = ">=3.7,<3.11"
1313
pyserial = "^3.5"
1414
mypy = "^0.910"
15-
pydevlpr = ">=0.2.2"
1615
pydevlpr-protocol = "^0.1.0"
1716
numpy = "^1.21.2"
1817

0 commit comments

Comments
 (0)