forked from Nuitka/Nuitka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-devel.txt
48 lines (36 loc) · 1.59 KB
/
requirements-devel.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Speed up Nuitka by having this available.
orderedset == 2.0.3 ; python_version >= '3.4' or os.name != "nt"
# Make testing more reliable on Python2 with timeout features added.
subprocess32==3.5.4 ; python_version == '2.7'
# PyLint wouldn't be installable on 2.6 and not work with too old Python3
pylint == 2.7.4 ; python_version >= '3.7'
astroid == 2.5.2 ; python_version >= '3.7'
# linting rest code snippets
restructuredtext-lint==1.3.2 ; python_version == '2.7' or python_version >= '3.7'
Pygments == 2.8.1 ; python_version >= '3.7'
rstcheck == 3.3.1 ; python_version == '2.7' or python_version >= '3.7'
# Autoformat needs
black == 21.4b2 ; python_version >= '3.7'
toml >= 0.10.1 ; python_version >= '3.7'
isort == 5.8.0 ; python_version >= '3.7'
rstfmt == 0.0.9 ; python_version >= '3.7'
redbaron == 0.9.2 ; python_version >= '2.7'
baron == 0.9 ; python_version >= '2.7'
# API doc, doxygen helper for Python
doxypypy == 0.8.8.6 ; python_version >= '2.7'
# Code and test generation tools
Jinja2 == 2.11.3 ; python_version == '2.7' or python_version >= '3.7'
# For the progress bar to look nicely.
tqdm == 4.60.0 ; python_version == '2.7' or python_version >= '3.4'
# Codespell can be used as well, no need to fix version
codespell ; python_version >= '2.7'
# Distutils test, packaging test for PyPI, fixed for Python2 breakage
# of newer virtualenv.
virtualenv == 16.7.10; python_version == '2.7'
virtualenv ; python_version >= '3.5'
# Tests of PyPI packages need that usually.
pytest; python_version == '2.7' or python_version >= '3.4'
# Onefile compression
zstandard; python_version >= '3.5'
# Packaging
wheel