mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
remove python 3.6 from dependencies
This commit is contained in:
parent
c64a17e97c
commit
5455158ea0
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -612,8 +612,8 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
||||||
testing = ["jaraco.itertools", "func-timeout"]
|
testing = ["jaraco.itertools", "func-timeout"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
content-hash = "a8715faa37bb8dd9ef2599cb0efee0d8087ef89becba5c1b48270b97eec386fc"
|
content-hash = "732cea4e01a9eb12018d0000f63ccaf79bf40f3e38969d072ea15fb0f4c697b5"
|
||||||
python-versions = ">=3.6.0, <3.9.0"
|
python-versions = ">=3.7.0, <3.9.0"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansiwrap = [
|
ansiwrap = [
|
||||||
|
|
|
@ -16,7 +16,7 @@ homepage = "https://jrnl.sh"
|
||||||
repository = "https://github.com/jrnl-org/jrnl"
|
repository = "https://github.com/jrnl-org/jrnl"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.6.0, <3.9.0"
|
python = ">=3.7.0, <3.9.0"
|
||||||
pyxdg = "^0.26.0"
|
pyxdg = "^0.26.0"
|
||||||
cryptography = "^3.0"
|
cryptography = "^3.0"
|
||||||
passlib = "^1.7"
|
passlib = "^1.7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue