forked from allenai/allennlp-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
50 lines (35 loc) · 892 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.790
# Automatic code formatting
black
# Running unit tests.
pytest
# Allows generation of coverage reports with pytest.
pytest-cov
# Lets you run tests in forked subprocesses.
pytest-forked
# Lets you run tests in parallel.
pytest-xdist
# Allows codecov to generate coverage reports
coverage
codecov
# For running tests that aren't 100% reliable
flaky
#### 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.4
mkdocs==1.1.2
mkdocs-material>=5.5.0,<6.2.0
markdown-include==0.6.0
#### PACKAGE-UPLOAD PACKAGES ####
# Pypi uploads
twine>=1.11.0
setuptools
wheel