Skip to content

Commit

Permalink
enable install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Leow, Max committed May 6, 2022
1 parent abdf58c commit bae9e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
setuptools.setup(
name="testrail-data",
version="0.0.6",
# install_requires=[
# "pandas",
# "testrail-api>=1.10",
# ],
install_requires=[
"pandas",
"testrail-api>=1.10",
],
author="Max Leow",
author_email="maxengiu@outlook.com",
description="Pandas DataFrame integrated API wrapper for Testrail",
Expand Down

0 comments on commit bae9e24

Please sign in to comment.