Skip to content

Commit

Permalink
Remove fastapi-utils from pyproject.toml, packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Dec 18, 2023
1 parent 13b33d9 commit bf2cb20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/web_apps/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ install_requires =
Babel
Cheetah3!=3.2.6.post2
fastapi>=0.71.0,!=0.89.0,<0.99
fastapi-utils
gunicorn
gxformat2
importlib-resources;python_version<'3.9'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ docutils = "!=0.17, !=0.17.1"
dparse = "*"
edam-ontology = "*"
fastapi = ">=0.71.0, !=0.89.0, <0.99" # https://github.com/tiangolo/fastapi/issues/4041 https://github.com/tiangolo/fastapi/issues/5861
fastapi-utils = "*"
fs = "*"
future = "*"
galaxy_sequence_utils = "*"
Expand Down

0 comments on commit bf2cb20

Please sign in to comment.