removed python-dotenv from requirements
This commit is contained in:
2
setup.py
2
setup.py
@@ -21,7 +21,7 @@ setup(
|
||||
],
|
||||
packages=["publify"],
|
||||
include_package_data=True,
|
||||
install_requires=["python-dotenv", "requests"],
|
||||
install_requires=["requests"],
|
||||
python_requires=">=3.10", # only because we're using | instead of typing.Union; otherwise >= 3.9
|
||||
url="https://github.com/zevaverbach/publify",
|
||||
entry_points={"console_scripts": ["pub=publify.publify:main"]},
|
||||
|
||||
Reference in New Issue
Block a user