Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Add install_requires (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jun 7, 2021
1 parent 5c47ce4 commit a2e3ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
packages=setuptools.find_packages(),
url="https://github.com/PaulAnnekov/tuyaha",
license="MIT",
install_requires=["requests"],
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit a2e3ad6

Please sign in to comment.