Skip to content

Commit 28236d2

Browse files
committed
fix: make ltlf2dfa a dev dependency
the reason is that PyPI does not support dependencies pointing to git repositories
1 parent 1deac4a commit 28236d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ include = []
3535
python = "^3.7"
3636
pylogics = "^0.1.0"
3737
pythomata = "^0.3.2"
38-
ltlf2dfa = {git = "https://github.com/francescofuggitti/ltlf2dfa.git", rev = "develop"}
3938

4039
[tool.poetry.dev-dependencies]
4140
pytest = "^6.2.1"
@@ -65,6 +64,8 @@ markdown = "^3.3.4"
6564
twine = "^3.3.0"
6665
hypothesis = "^6.10.0"
6766
hypothesis-pytest = "^0.19.0"
67+
ltlf2dfa = {git = "https://github.com/francescofuggitti/ltlf2dfa.git", rev = "develop"}
68+
6869

6970
[build-system]
7071
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)