forked from fetchai/agents-aea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
59 lines (56 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
59
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
url = "https://test.pypi.org/simple"
verify_ssl = true
name = "test-pypi"
[dev-packages]
aiohttp = "==3.6.2"
bandit = "==1.6.2"
black = "==19.10b0"
bs4 = "==0.0.1"
colorlog = "==4.1.0"
defusedxml = "==0.6.0"
docker = "==4.2.0"
fetch-p2p-api = {index = "https://test.pypi.org/simple/",version = "==0.0.2"}
flake8 = "==3.7.9"
flake8-bugbear = "==20.1.4"
flake8-docstrings = "==1.5.0"
flake8-import-order = "==0.18.1"
gym = "==0.15.6"
ipfshttpclient = "==0.4.12"
liccheck = "==0.4.3"
markdown = ">=3.2.1"
matplotlib = "==3.2.1"
memory-profiler = "==0.57.0"
mistune = "==2.0.0a4"
mkdocs = "==1.1"
mkdocs-material = "==4.6.3"
mkdocs-mermaid-plugin = {git = "https://github.com/pugong/mkdocs-mermaid-plugin.git"}
mypy = "==0.761"
numpy = "==1.18.1"
oef = "==0.8.1"
openapi-core = "==0.13.2"
openapi-spec-validator = "==0.2.8"
pexpect = "==4.8.0"
psutil = "==5.7.0"
pydocstyle = "==3.0.0"
pydoc-markdown = "==3.3.0"
pygments = "==2.5.2"
pylint = "==2.5.2"
pymdown-extensions = "==6.3"
pynacl = "==1.3.0"
pytest = "==5.4.3"
pytest-asyncio = "==0.12.0"
pytest-cov = "==2.9.0"
pytest-randomly = "==3.4.0"
pytest-rerunfailures = "==9.0"
requests = "==2.22.0"
safety = "==1.8.5"
sqlalchemy = "==1.3.17"
tox = "==3.15.1"
vyper = "==0.1.0b12"
[packages]
# we don't specify dependencies for the library here for intallation as per: https://pipenv-fork.readthedocs.io/en/latest/advanced.html#pipfile-vs-setuppy