Skip to content

Commit

Permalink
Fix python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvictorfs committed Apr 21, 2020
1 parent 07a608c commit e980da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "~3.7"
python = "^3.7"
feedparser = "~5.2"
guessit = "~3.0"
click = "~7.0"
Expand All @@ -33,9 +33,6 @@ flake8 = "^3.7"
nyaa-cli = 'nyaacli.cli:main'
nyaa = 'nyaacli.cli:main'

[tool.flake8]
max-line-length = 140

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

0 comments on commit e980da3

Please sign in to comment.