-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pipfile
52 lines (49 loc) · 1022 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
attrs = "==21.4.0"
black = "==21.7b0"
certifi = "==2021.10.8"
cffi = "==1.15.0"
charset-normalizer = "==2.0.12"
click = "==8.0.3"
distlib = "==0.3.4"
execnet = "==1.9.0"
filelock = "==3.5.0"
idna = "==3.3"
iniconfig = "==1.1.1"
msgpack = "==1.0.3"
mypy = "==0.910"
mypy-extensions = "==0.4.3"
pathspec = "==0.9.0"
platformdirs = "==2.5.0"
pluggy = "==1.0.0"
py = "==1.11.0"
py-algorand-sdk = "==1.8.0"
pycparser = "==2.21"
pycryptodomex = "==3.14.0"
pyparsing = "==3.0.7"
pyteal = "==0.10.1"
pytest = "==6.2.5"
pytest-forked = "==1.4.0"
pytest-xdist = "==2.5.0"
python-box = "==5.4.1"
python-decouple = "==3.6"
python-dotenv = "==0.19.2"
regex = "==2022.1.18"
requests = "==2.27.1"
six = "==1.16.0"
toml = "==0.10.2"
tomli = "==1.2.3"
tox = "==3.24.5"
typing-extensions = "==4.0.1"
urllib3 = "==1.26.8"
virtualenv = "==20.13.1"
PyNaCl = "==1.5.0"
PyYAML = "==6.0"
[dev-packages]
[requires]
python_version = "3.9"