removed python-dotenv from requirements

This commit is contained in:
2023-03-31 19:11:55 +02:00
parent 55aebb86f6
commit 995d53b33a
3 changed files with 7 additions and 10 deletions

View File

@@ -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"]},