Skip to content

Commit bacd2da

Browse files
Add wheels for dependencies
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 5016877 commit bacd2da

22 files changed

Lines changed: 16 additions & 4 deletions

setup.py

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,22 @@ def read(*names, **kwargs):
221221
'spdx-tools >= 0.6.0',
222222
'unicodecsv',
223223

224-
# ScanCode Docs
225-
'Sphinx',
226-
'sphinx_rtd_theme',
227-
'doc8',
224+
# ScanCode Docs Primary
225+
'Sphinx < 2.0; python_version == "2.7"',
226+
'Sphinx >= 2.0; python_version > "3"',
227+
'sphinx_rtd_theme >= 0.4.3',
228+
'doc8 >= 0.8.0',
229+
230+
# Scancode Docs Requirements
231+
'alabaster >= 0.7.12',
232+
'Babel >= 2.7.0',
233+
'docutils >= 0.11 ; python_version == "2.7"',
234+
'docutils >= 0.15.2 ; python_version > "3"',
235+
'imagesize >= 1.1.0',
236+
'pbr >= 5.4.3',
237+
'restructuredtext-lint >= 1.3.0',
238+
'snowballstemmer >= 2.0.0',
239+
'stevedore >= 1.31.0',
228240

229241
# ScanCode caching and locking
230242
'yg.lockfile >= 2.3, < 3.0.0',
8.03 MB
Binary file not shown.
2.97 MB
Binary file not shown.
3.1 MB
Binary file not shown.
14.6 KB
Binary file not shown.
18.7 KB
Binary file not shown.
535 KB
Binary file not shown.
535 KB
Binary file not shown.
4.32 KB
Binary file not shown.
108 KB
Binary file not shown.

0 commit comments

Comments
 (0)