Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
setup.py: add missing test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
George Shaikovski committed Jul 23, 2020
1 parent dba4478 commit cfd7989
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
'pytest==4.6.4;python_version<"3.0"',
'pytest;python_version>="3.0"',
'pytest-timeout',
'flake8'
'flake8',
'protobuf',
'jsonschema',
'trivup',
'requests_mock',
'tox',
]

DOC_REQUIRES = ['sphinx', 'sphinx-rtd-theme']
Expand Down

0 comments on commit cfd7989

Please sign in to comment.