forked from AI-Planning/pddl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
35 lines (32 loc) · 888 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
[dev-packages]
pytest = "<7.4.0,>=7.3.1"
pytest-cov = "<4.2.0,>=4.1.0"
pytest-randomly = "<3.13.0,>=3.12.0"
pytest-lazy-fixture = "<0.7.0,>=0.6.3"
tox = ">=4.4.12,<4.5.0"
ipython = ">=8.14.0,<8.15.0"
codecov = "<2.2.0,>=2.1.13"
black = "<23.4.0,>=23.3.0"
mypy = ">=1.3.0,<1.4.0"
flake8 = "<6.1.0,>=6.0.0"
flake8-docstrings = "<1.8.0,>=1.7.0"
mkdocs = ">=1.4.3,<1.5.0"
markdown-include = ">=0.8.1,<0.9.0"
isort = "<5.13.0,>=5.12.0"
mistune = ">=2.0.5,<2.1.0"
mkdocs-material = ">=9.1.15,<9.2.0"
types-click = "<7.2.0,>=7.1.8"
vulture = ">=2.7.0,<2.8.0"
flake8-bugbear = "<23.4.0,>=23.3.12"
pymdown-extensions = "<10.1.0,>=10.0.1"
flake8-isort = ">=6.0.0,<6.1.0"
safety = "<2.5.0,>=2.4.0b1"
bandit = "<1.8.0,>=1.7.5"
types-pytest-lazy-fixture = "<0.6.4.0,>=0.6.3.3"
[requires]
python_version = "3.10"