Skip to content

Commit

Permalink
adjust severel dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Wooster committed Jun 19, 2024
1 parent 8b5c065 commit aa4f0ec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ classifiers = [
keywords = ['python', 'deployment', 'local', 'infrastructure', 'postgres', 'django', 'architecture']
dependencies = [
"docker>=7.1.0, <7.2.0",
"psycopg[binary]==3.1.18",
"redis==5.0.3",
"celery>=5.3.6, <5.5.0",
"flower==2.0.1",
"rich==13.7.1",
"psycopg[binary]~=3.1.18",
"redis~=5.0.3",
"celery>=5.3.6, <5.5",
"flower~=2.0.1",
"rich~=13.7.1",
"pydantic>=2.6.4, <2.8.0",
"pyyaml==6.0.1",
"dj-database-url==2.1.0",
"psutil==5.9.8",
"pyyaml~=6.0.1",
"dj-database-url~=2.1.0",
"psutil~=5.9.8",
]

[project.urls]
Expand Down

0 comments on commit aa4f0ec

Please sign in to comment.