The KISS Twitch bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

54 lines
1.6 KiB

  1. [[package]]
  2. name = "docopt"
  3. version = "0.6.2"
  4. description = "Pythonic argument parser, that will make you smile"
  5. category = "main"
  6. optional = false
  7. python-versions = "*"
  8. [[package]]
  9. name = "irc3"
  10. version = "1.1.7"
  11. description = "plugable irc client library based on asyncio with DCC and SASL support"
  12. category = "main"
  13. optional = false
  14. python-versions = "*"
  15. [package.dependencies]
  16. docopt = "*"
  17. venusian = ">=3.0"
  18. [package.extras]
  19. test = ["pytest-asyncio", "pytest-aiohttp", "feedparser", "requests", "pysocks", "twitter", "aiocron", "redis", "pytest", "irc3-plugins-test"]
  20. web = ["aiohttp"]
  21. [[package]]
  22. name = "venusian"
  23. version = "3.0.0"
  24. description = "A library for deferring decorator actions"
  25. category = "main"
  26. optional = false
  27. python-versions = ">=3.5"
  28. [package.extras]
  29. docs = ["sphinx", "repoze.sphinx.autointerface"]
  30. testing = ["pytest", "pytest-cov", "coverage"]
  31. [metadata]
  32. lock-version = "1.1"
  33. python-versions = "^3.7"
  34. content-hash = "1d29e6d81c2ba0236771fc1ba673e7367e504279164d4f1556d492be4200f620"
  35. [metadata.files]
  36. docopt = [
  37. {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
  38. ]
  39. irc3 = [
  40. {file = "irc3-1.1.7-py3-none-any.whl", hash = "sha256:088b7be88817dee5d02e7e06c9dbf503c8e807a8cccc9b36b5be419918574cf1"},
  41. {file = "irc3-1.1.7.tar.gz", hash = "sha256:6800c8876a889736961e199e834dc9933244affa20d4da086fb4b47f76984e12"},
  42. ]
  43. venusian = [
  44. {file = "venusian-3.0.0-py3-none-any.whl", hash = "sha256:06e7385786ad3a15c70740b2af8d30dfb063a946a851dcb4159f9e2a2302578f"},
  45. {file = "venusian-3.0.0.tar.gz", hash = "sha256:f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38"},
  46. ]