Include requirements
This commit is contained in:
parent
b8fd0276df
commit
3a6b6d26d5
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
beautifulsoup4
|
3
setup.py
3
setup.py
|
@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
|
|||
long_description = fh.read()
|
||||
setuptools.setup(
|
||||
name="stockquotes",
|
||||
version="2.0.3",
|
||||
version="2.0.4",
|
||||
description="A simple module for retreiving stock data",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
@ -14,4 +14,5 @@ setuptools.setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
install_requires="beautifulsoup4",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user