Skip to content

Commit

Permalink
simplify required python versions to avoid confusing poetry resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Oct 14, 2021
1 parent 4051219 commit 946c038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-paseto"
version = "0.5.1"
version = "0.5.2-alpha"
description = "Platform-Agnostic Security Tokens for Python"
authors = []
license = "MIT"
Expand All @@ -20,7 +20,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.6.2,<3.11"
python = "^3.6"
pysodium = "^0.7.10"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 946c038

Please sign in to comment.