-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
49 lines (46 loc) · 804 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
docopt-ng = "*"
jinja2 = "*"
typing-extensions = "*"
tomli = "*"
markdown = "*"
docutils = "*"
[dev-packages]
interrogate = "*"
python-dotenv = "*"
coverage = "*"
pdoc3 = "*"
navio-builder-win = "*"
pytest = ">=6.0.1"
pytest-cov = ">=2.10.1"
pytest-xdist = ">=2.1.0"
checksumdir = "==1.1.7"
tox = "*"
setuptools-scm = "*"
jake = "*"
libyear = "*"
html5lib = "*"
lazydocs = "*"
pydocstyle = "*"
mkdocs-material = ">=7.1.6"
mkdocstrings = "*"
mkdocs = "*"
pycco = "*"
portray = ">=1.6.0"
pydoctor = "*"
handsdown = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
darglint = "*"
types-docutils = "*"
types-markdown = "*"
blacken-docs = "*"
docstring-parser = "*"
mypy = "*"
pre-commit = "*"
[requires]
python_version = "3.11"