Skip to content

Commit

Permalink
Loosen dependency restrictions to facilitate flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Oct 1, 2023
1 parent 51e3630 commit 77a176d
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
Expand Up @@ -49,8 +49,8 @@ classifiers= [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"cryptography==41.0.4",
"keyring==23.0.0",
"cryptography~=41.0",
"keyring~=23.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 77a176d

Please sign in to comment.