-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (46 loc) · 1.1 KB
/
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]
open-aea = {version = "<2.0.0,>=1.1.0", extras = ["all"]}
open-aea-ledger-ethereum = "<2.0.0,>=1.1.0"
[dev-packages]
bandit = "==1.7.0"
black = "==21.6b0"
bs4 = "==0.0.1"
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"
hypothesis = "==6.21.6"
ipfshttpclient = "==0.8.0a2"
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"
py-eth-sig-utils = "==0.4.0"
pytest = "==6.2.5"
pytest-asyncio = "==0.15.1"
pytest-cov = "==2.12.1"
pytest-randomly = "==3.8.0"
pylint = "==2.11.1"
safety = "==1.10.3"
tox = "==3.24.4"
types-pyyaml = "*"
types-protobuf = "*"
types-requests = "*"
vulture = "==2.3"
aiohttp = "<3.8,>=3.7.4"
certifi = "2021.10.8"
[requires]
python_version = "3.8"