forked from allenai/allennlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
56 lines (40 loc) · 1.02 KB
/
dev-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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#### TESTING-RELATED PACKAGES ####
notebook==6.0.1
# Checks style, syntax, and other useful errors.
flake8>=4.0.1
# Static type checking
mypy==0.961
# Automatic code formatting
black==22.6.0
# Allows generation of coverage reports with pytest.
pytest-cov>=3.0.0
# Allows codecov to generate coverage reports
coverage[toml]>=6.4
codecov>=2.1.12
# Optional dependencies, which we install for testing purposes.
matplotlib>=2.2.3
# For mocking HTTP requests/responses.
responses>=0.21
# For running tests that aren't 100% reliable.
flaky>=3.7.0
# For running benchmarks.
pytest-benchmark>=3.4.1
#### DOC-RELATED PACKAGES ####
# YAML manipulation
ruamel.yaml>=0.17.17
# Generating markdown files from Python modules.
pydoc-markdown<4.4.0
databind.core<=1.5.3
databind-json<=1.5.3
docspec<1.2.0,>1.0.1
docspec-python<1.2.0,>1.0.1
mkdocs==1.3.0
mkdocs-material>=5.5.0,<8.4.0
markdown-include==0.6.0
# Narrowing constraints
pymdown-extensions>=9.5
#### PACKAGE-UPLOAD PACKAGES ####
# Pypi uploads
twine>=1.11.0,<5.0.0
setuptools
wheel