Skip to content

Commit cec05e7

Browse files
committed
Specify versions in setup.py
1 parent 8324809 commit cec05e7

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@
105105
'web-api': api_requirements,
106106
'dev': dev_requirements,
107107
'ci': [
108-
'build',
109-
'coveralls',
110-
'keyring',
111-
'twine',
112-
'wheel',
108+
'build >= 0.9.0, < 1.0.0',
109+
'coveralls >= 3.0.0, < 4.0.0',
110+
'twine >= 4.0.0, < 5.0.0',
111+
'wheel < 1.0.0',
113112
],
114113
'tracker': ['openfisca-tracker == 0.4.0'],
115114
},

0 commit comments

Comments
 (0)