-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
41 lines (35 loc) · 1.04 KB
/
requirements.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
# linters
pylint>=2.3.1
yapf>=0.28.0
mypy>=0.701
# tests
pytest>=7.0; python_version >= '3.9'
pytest==7.0.0; python_version < '3.9'
flaky>=3.7.0
pytest-randomly>=3.15.0; python_version >= '3.9'
pytest-randomly==3.10.0; python_version < '3.9'
pytest-timeout>=2.2.0; python_version >= '3.9'
pytest-timeout==2.1.0; python_version < '3.9'
coverage>=7.4.0; python_version >= '3.9'
coverage==6.2; python_version < '3.9'
pytest-cov>=4.1.0; python_version >= '3.9'
pytest-cov==4.0.0; python_version < '3.9'
pytest-xdist>=3.5.0; python_version >= '3.9'
pytest-xdist==3.0.2; python_version < '3.9'
# docs
Sphinx==7.2.6; python_version >= '3.9'
Sphinx==5.3.0; python_version < '3.9'
recommonmark==0.7.1
sphinx-rtd-theme==2.0.0
sphinx-markdown-tables>=0.0.17; python_version >= '3.9'
sphinx-markdown-tables>=0.0.15; python_version < '3.9'
# brew
chardet>=3.0.4
certifi>=2019.9.11
idna>=2.8
# install
requests>=2.31.0; python_version >= '3.9'
requests>=2.27.0; python_version < '3.9'
click>=8.0
six==1.16.0
# ^^^ KEEP THIS SECTION LAST --- ALWAYS ^^^