Skip to content

Commit

Permalink
revert to manual requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Nov 11, 2022
1 parent 20f96ae commit 4c1f55c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

from setuptools import setup # type: ignore

requirements = []
with open("requirements.txt") as f:
requirements = f.read().splitlines()

readme = ""
with open("README.md") as f:
Expand All @@ -17,6 +14,7 @@
if not version:
raise RuntimeError("version is not set")

requirements = ["aiohttp"]
_GITHUB_URL: str = "https://github.com/Soheab/vacefron.py"
_CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 4c1f55c

Please sign in to comment.