Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
offish authored Apr 27, 2020
1 parent f0eec80 commit 2bfe3c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
version = re.search(r"""^__version__\s*=\s*['"]([^\'"]*)['"]""", f.read(), re.MULTILINE).group(1)


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


setup(
name="steam_community_market",
version=version,
Expand All @@ -31,6 +27,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=requirements,
install_requires=["requests"],
python_requires='>=3.6',
)

0 comments on commit 2bfe3c1

Please sign in to comment.