Skip to content

Commit

Permalink
poetry updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed May 24, 2022
1 parent f7a9728 commit 12dd2c7
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2 deletions.
Binary file removed bin/pyLODE
Binary file not shown.
110 changes: 109 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylode"
version = "0.1.0"
version = "3.0.2"
description = ""
authors = ["Nicholas Car <[email protected]>"]

Expand All @@ -14,6 +14,7 @@ dominate = "^2.6.0"
pytest = "^7.1.2"
black = "^22.3.0"
flake8 = "^4.0.1"
pyinstaller = { version = "^5.1", python = ">=3.9,<3.11" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 12dd2c7

Please sign in to comment.