Skip to content

Commit

Permalink
AVX-55377: add missing dependency on jira (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
  • Loading branch information
tycho authored Jul 30, 2024
1 parent 96cd6ca commit 67050d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==3.1.2
requests==2.20.0
simplejson==3.11.1
jira==3.8.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def read_file(fname):
install_requires=[
"pytest>=3.6",
"requests>=2.20.0",
"jira>=3.8.0",
],
include_package_data=True,
entry_points={"pytest11": ["pytest-testrail = pytest_testrail.conftest"]},
Expand Down

0 comments on commit 67050d8

Please sign in to comment.