forked from valory-xyz/dev-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 847 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 847 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
open-aea = {version = "<2.0.0,>=1.3.0", extras = ["all"]}
open-aea-ledger-ethereum = "<2.0.0,>=1.3.2"
[dev-packages]
black = "==21.6b0"
darglint = "==1.8.0"
docker = "==5.0.2"
flake8 = "==3.9.2"
flake8-bugbear = "==21.9.1"
flake8-docstrings = "==1.6.0"
flake8-eradicate = "==1.1.0"
flake8-isort = "==4.0.0"
isort = "==5.9.3"
markdown = "==3.3.4"
markdown-include = "==0.6.0"
mkdocs = "==1.2.3"
mkdocs-mermaid-plugin = {git = "https://github.com/pugong/mkdocs-mermaid-plugin.git"}
mkdocs-material = "==7.1.10"
mypy = "==0.910"
pydoc-markdown = "==4.3.2"
pydocstyle = "==6.1.1"
pymdown-extensions = "==8.2"
pytest = "==6.2.5"
pytest-asyncio = "==0.15.1"
pytest-cov = "==2.12.1"
pytest-randomly = "==3.8.0"
pylint = "==2.11.1"
[requires]
python_version = "3.8"