Skip to content

Commit

Permalink
Prevent installation of prereleases for dependant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Dec 12, 2024
1 parent de3d89a commit fd9d99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ types-tzlocal = "*"
python_version = "3"

[pipenv]
allow_prereleases = true
allow_prereleases = false

0 comments on commit fd9d99f

Please sign in to comment.