Skip to content

Commit

Permalink
Raise version specificity to minimize conflicts
Browse files Browse the repository at this point in the history
Remove enum34 since it's no longer used
Add pipenv to test requirements
Lock new requirements
  • Loading branch information
Lars Scheibling authored and scheibling committed Jan 23, 2024
1 parent a7bc5ff commit 1543aab
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 159 deletions.
11 changes: 5 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
click = ">=7.1"
cryptography = ">=41.0"
bcrypt = ">=4.1"
enum34 = ">=1.1"
prettytable = ">=3.1"
pytimeparse2 = ">=1.4"
click = "~=8.1"
cryptography = "~=41.0"
bcrypt = "~=4.1"
prettytable = "~=3.1"
pytimeparse2 = "~=1.4"

[dev-packages]
pylint-report = "*"
Expand Down
Loading

0 comments on commit 1543aab

Please sign in to comment.