We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45f13c commit 22f721aCopy full SHA for 22f721a
setup.py
@@ -129,8 +129,16 @@ def run(self):
129
# your project is installed. For an analysis of "install_requires" vs pip's
130
# requirements files see:
131
# https://packaging.python.org/en/latest/requirements.html
132
- install_requires=['requests', 'xmltodict'],
+ install_requires=[
133
+ 'pyhamcrest',
134
+ 'requests',
135
+ 'xmltodict',
136
+ ],
137
include_package_data=True,
138
+ tests_require=[
139
+ 'mock',
140
+ 'pytest',
141
142
143
# setup.py publish support.
144
cmdclass={
0 commit comments