-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Pipfile
67 lines (64 loc) · 1.31 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
60
61
62
63
64
65
66
67
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
async-generator = ">=1.10"
pyqt5 = "==5.13.2"
jinja2 = ">=2.10.1"
base58 = ">=1.0.2,<2.0"
gitpython = ">=2.1.11"
py-multibase = "==1.0.1"
py-multicodec = "==0.2.1"
py-multihash = ">=0.2.3"
aiofiles = ">=0.4.0"
aiohttp = ">=3.4.4"
quamash = ">=0.6.1"
jsonschema = ">=3.0.0,<4.0.0"
json-traverse = ">=0.4"
protobuf = ">=3.6.1"
pycryptodomex = ">=3.6.6"
logbook = ">=1.4.0"
multiaddr = ">=0.0.8"
python-magic = ">=0.4.15"
pillow = ">=6.0.0"
pyzbar = ">=0.1.8"
qrcode = ">=6.1"
pyqtwebengine = "==5.13.2"
pygments = ">=2.3.1"
markdown = ">=3.0"
feedgen = ">=0.7.0"
feedparser = ">=5.2.0"
async-timeout = ">=3.0.1"
aiosqlite = ">=0.10.0"
aiodns = ">=2.0.0"
pyld = ">=1.0.5"
aioipfs = ">=0.4.9"
cachetools = ">=3.1.1"
tortoise-orm = ">=0.16.10"
pyyaml = ">=5.3.0"
strict-rfc3339 = ">=0.7"
aiojobs = ">=0.2.2"
asyncio-extras = ">=1.3.2"
pyqtchart = "==5.13.1"
qtawesome = ">=0.7.2"
python3-crdt = ">=1.0.3"
aiopubsub = ">=2.1.5"
pypika = ">=0.36.5"
asyncache = ">=0.1.1"
mkdocs = ">=1.1.2"
mkdocs-blog-plugin = ">=0.25"
[dev-packages]
pytest = "*"
pytest-qt = "*"
pytest-asyncio = "*"
pytest-xvfb = "*"
pipenv-to-requirements = "*"
flake8 = "*"
wheel = "*"
tox = "*"
vyper = "==0.1.0b10"
aiomonitor = "*"
sphinx = "==1.8.5"
[requires]
python_version = "3.6"