Skip to content

Commit

Permalink
fix: remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Apr 7, 2023
1 parent 749785c commit d57b8f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
with open(path.join(this_directory, "README.md")) as f:
long_description = f.read()

test_deps = ["python-dotenv==0.20.0", "pytest==7.1.3"]
extras = {"test": test_deps}

setup(
name="whatsapp-python",
version="1.0.2",
Expand All @@ -22,8 +19,6 @@
license="MIT",
packages=["whatsapp"],
install_requires=["requests", "requests-toolbelt", "typing"],
tests_require=test_deps,
extras_require=extras,
keywords=[
"whatsapp",
"whatsapp-libary",
Expand Down

0 comments on commit d57b8f5

Please sign in to comment.