forked from allenai/allennlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-requirements.txt
50 lines (35 loc) · 947 Bytes
/
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
#### TESTING-RELATED PACKAGES ####
# Checks style, syntax, and other useful errors.
flake8
# Static type checking
mypy==0.910
# Automatic code formatting
black==21.11b1
# Allows generation of coverage reports with pytest.
pytest-cov
# Allows codecov to generate coverage reports
coverage
codecov
# Optional dependencies, which we install for testing purposes.
matplotlib>=2.2.3
# For mocking HTTP requests/responses.
responses>=0.12
# For running tests that aren't 100% reliable.
flaky
# For running benchmarks.
pytest-benchmark
#### DOC-RELATED PACKAGES ####
# YAML manipulation
ruamel.yaml
# Generating markdown files from Python modules.
git+https://github.com/NiklasRosenstein/pydoc-markdown.git@f0bf8af1db4f11581c19d206d4ed1ab34b4854c1
nr.databind.core<0.0.17
nr.interface<0.0.6
mkdocs==1.1.2
mkdocs-material>=5.5.0,<8.1.0
markdown-include==0.6.0
#### PACKAGE-UPLOAD PACKAGES ####
# Pypi uploads
twine>=1.11.0
setuptools
wheel