We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c205d commit 8ac9d1eCopy full SHA for 8ac9d1e
1 file changed
setup.py
@@ -13,8 +13,7 @@
13
'importlib-metadata==4.2',
14
'tomli==1.2.3',
15
'iniconfig==1.1.1',
16
- 'attrs==22.1.0',
17
- 'pytest-runner==5.3.2'
+ 'attrs==22.1.0'
18
]
19
20
INSTALL_REQUIRES = [
@@ -45,7 +44,7 @@
45
44
'uwsgi': ['uwsgi>=2.0.0'],
46
'cpphash': ['mmh3cffi==0.2.1'],
47
},
48
- setup_requires=['pytest-runner'],
+ setup_requires=['pytest-runner==5.3.2'],
49
classifiers=[
50
'Environment :: Console',
51
'Intended Audience :: Developers',
0 commit comments