Skip to content

Commit

Permalink
Tests? Where we're going, we don't need tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley committed Feb 13, 2021
1 parent e591400 commit 482f916
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 219 deletions.
232 changes: 17 additions & 215 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "tqdm-countdown"
version = "0.1.0"
description = ""
description = "Progress bars - now with added drama!"
authors = ["tcbegley <[email protected]>"]

[tool.poetry.dependencies]
Expand All @@ -10,9 +10,6 @@ tqdm = "^4.56.2"
pygame = "^2.0.1"
importlib_resources = { version = "^5.1.0", python = "<3.9" }

[tool.poetry.dev-dependencies]
pytest = "^5.2"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 482f916

Please sign in to comment.