Skip to content

Commit

Permalink
fix: requests requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Feb 15, 2023
1 parent 8be124f commit d1fce69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
with open("README.md", "r") as fh:
long_description = fh.read()

requires = [
"requests",
]

setuptools.setup(
name='sunweg',
version='0.0.1',
Expand All @@ -13,6 +17,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/rokam/sunweg",
install_requires=requires,
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d1fce69

Please sign in to comment.