Skip to content

Commit

Permalink
Remove aiofiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed May 25, 2022
1 parent 48bbe1f commit df0c184
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 @@ -51,8 +51,8 @@ def run(self) -> None:
packages=["fastapi_offline"],
package_data={"fastapi_offline": ["static/*"]},
python_requires=">=3.6",
install_requires=["aiofiles", "fastapi"],
install_requires=["fastapi"],
tests_require=["pytest", "requests"],
setup_requires=["fastapi", "aiofiles"],
setup_requires=["fastapi"],
cmdclass={"sdist": SDistWrapper},
)

0 comments on commit df0c184

Please sign in to comment.