Skip to content

Commit

Permalink
Fix pipfile brain fart
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Jan 13, 2022
1 parent a281543 commit 05d0bd5
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 @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
django = "=>3.0"
django = "==3.0"

[requires]
python_version = "3.8"

0 comments on commit 05d0bd5

Please sign in to comment.