Skip to content

Commit 8ac9d1e

Browse files
authored
Update setup.py
1 parent b6c205d commit 8ac9d1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
16-
'attrs==22.1.0',
17-
'pytest-runner==5.3.2'
16+
'attrs==22.1.0'
1817
]
1918

2019
INSTALL_REQUIRES = [
@@ -45,7 +44,7 @@
4544
'uwsgi': ['uwsgi>=2.0.0'],
4645
'cpphash': ['mmh3cffi==0.2.1'],
4746
},
48-
setup_requires=['pytest-runner'],
47+
setup_requires=['pytest-runner==5.3.2'],
4948
classifiers=[
5049
'Environment :: Console',
5150
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)