Skip to content

Commit

Permalink
Merge pull request #323 from PrefectHQ/requirements
Browse files Browse the repository at this point in the history
Update requirements to match changes in core
  • Loading branch information
zangell44 committed Nov 30, 2021
2 parents 2aa901b + 7ec351d commit e7706de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"graphql-core < 3.1",
"httpx >= 0.13.0, < 0.14.0",
"json_log_formatter >= 0.3.0, < 0.4.0",
"packaging >= 20.0, < 20.4",
"packaging >= 20.0, < 22.0",
"psycopg2-binary >= 2.7, < 3.0",
"pydantic >= 1.7, < 1.8",
"python-slugify >= 1.2,< 5.0",
"pyyaml >= 3.13, < 6.0",
"starlette >= 0.13, < 0.14",
"toml >= 0.9.0, < 0.11",
"urllib3 < 1.26",
"urllib3 >= 1.26.0, < 1.27",
"uvicorn >= 0.11.4, < 0.12",
]

Expand Down

0 comments on commit e7706de

Please sign in to comment.