Pipfile 725 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. attrs = "==21.4.0"
  7. cffi = "==1.15.0"
  8. colorama = "==0.4.4"
  9. execnet = "==1.9.0"
  10. future-fstrings = "==1.2.0"
  11. iniconfig = "==1.1.1"
  12. msgpack = "==1.0.3"
  13. pluggy = "==1.0.0"
  14. py = "==1.11.0"
  15. pycparser = "==2.21"
  16. pycryptodomex = "==3.12.0"
  17. pydantic = "==1.9.0"
  18. pyparsing = "==3.0.6"
  19. pyteal = "==v0.11.1"
  20. py-algorand-sdk = "==1.10.0b1"
  21. pytest = "==6.2.5"
  22. pytest-depends = "==1.0.1"
  23. pytest-forked = "==1.4.0"
  24. pytest-xdist = "==2.5.0"
  25. toml = "==0.10.2"
  26. typing-extensions = "==4.0.1"
  27. uvarint = "==1.2.0"
  28. eth_abi = "==2.1.1"
  29. coincurve = "==16.0.0"
  30. PyNaCl = "==1.5.0"
  31. PyYAML = "==6.0"
  32. eth-utils = "*"
  33. [dev-packages]
  34. [requires]
  35. python_version = "3.10"