forked from pyrevitlabs/pyRevit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (32 loc) · 628 Bytes
/
Pipfile
File metadata and controls
37 lines (32 loc) · 628 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
mypy = "*"
pylint = "==3.3.7"
[packages]
docopt = "*"
requests = "*"
pygount = "*"
pyyaml = ">=5.4"
black = "*"
setuptools = "==80.9.0"
mkdocs = "*"
mkdocstrings = "*"
mkdocstrings-python = "*"
colorama = "*"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-exclude = "*"
mkdocs-section-index = "*"
mkdocs-material = "*"
ruff = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true
[scripts]
pyrevit = "python ./dev/pyrevit.py"
docs = "mkdocs build"
check-docstrings = "ruff check --fix pyrevitlib/pyrevit"