Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Aug 30, 2022
1 parent e01e9d4 commit f1d32f6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Expand Up @@ -12,15 +12,16 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
construct = ">=2.10"
pytest-cov = "^3.0.0"
construct = "^2.10"

[tool.poetry.dev-dependencies]
pytest = "==7.0.1"
sphinx = ">=5.1.1"
sphinx-rtd-theme = ">=1.0.0"
sphinx = "^5.1.1"
sphinx-rtd-theme = "^1.0.0"
sh = "^1.14.3"
GitPython = "3.1.20"
pytest-cov = "^3.0.0"
# Following are pegged at the latest version that supports Python 3.6
pytest = "==7.0.1"
GitPython = "==3.1.20"

[tool.poetry.urls]
"Repository" = "https://github.com/julianneswinoga/flightgear-python"
Expand Down

0 comments on commit f1d32f6

Please sign in to comment.