Skip to content

Commit

Permalink
feat: Updated Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 27, 2024
1 parent 6498fa9 commit 95cb373
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"

[requires]
python_version = "3.10"
python_version = "3.11"

[packages]
Django = "*"
model-bakery = "*"
Sphinx = "*"
Pillow = "*"
tox = "*"
coverage = "*"
Django = "~=4.2"
model-bakery = "~=1.4.0"
Sphinx = "~=5.2.3"
Pillow = "~=9.2.0"
tox = "~=4.2.0"
coverage = "~=7.2.0"

[dev-packages]

0 comments on commit 95cb373

Please sign in to comment.