Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasin committed May 6, 2024
1 parent 5038a33 commit 112d9a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 243 deletions.
55 changes: 17 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ coverage = "!=4.3"
coveralls = "^3.3.1"
mypy = "*"
pylama = { extras = ["toml"], version = "^8.4.1" }
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
pytest-timeout = "^2.1.0"
tox = "^4.4.6"
pytest-aiohttp = "^1.0.4"
freezegun = "^1.5.0"
pytest = "^7.4.4"
setuptools = "^69.5.1"

[build-system]
requires = ["poetry-core"]
Expand Down
203 changes: 0 additions & 203 deletions tests/test_simple.py

This file was deleted.

0 comments on commit 112d9a0

Please sign in to comment.