Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYou404 committed Apr 28, 2024
1 parent 51abd43 commit 72c1860
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8>=6.0.0
isort>=5.12.0
mypy>=1.4.1
pytest>=7.4.0
pytest-cov>=4.1.0
flake8>=7.0.0
isort>=5.13.2
mypy>=1.10.0
pytest>=8.2.0
pytest-cov>=5.0.0

13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ requires-python = ">=3.9"
dependencies = [
"arcade @ git+https://github.com/pythonarcade/arcade@development",
"pyglet>=2.0.14",
"tomli>=2.0.1; python_version < '3.11'",
]

[project.optional-dependencies]
arcade-accelerate = ["arcade-accelerate>=1.0.1"]
arcade-accelerate = ["arcade-accelerate>=1.0.2"]
dev = [
"flake8>=6.0.0",
"isort>=5.12.0",
"mypy>=1.4.1",
"pytest>=7.4.0",
"pytest-cov>=4.1.0",
"flake8>=7.0.0",
"isort>=5.13.2",
"mypy>=1.10.0",
"pytest>=8.2.0",
"pytest-cov>=5.0.0",
]

0 comments on commit 72c1860

Please sign in to comment.