Pipfile 417 B

12345678910111213141516171819202122232425262728
  1. [[source]]
  2. name = "aliyun"
  3. url = "https://mirrors.aliyun.com/pypi/simple"
  4. verify_ssl = true
  5. [scripts]
  6. build = "python main.py"
  7. ui = "python tkinter_ui.py"
  8. [dev-packages]
  9. [packages]
  10. requests = "*"
  11. feedparser = "*"
  12. pytz = "*"
  13. selenium = "*"
  14. bs4 = "*"
  15. tqdm = "*"
  16. async-timeout = "*"
  17. pyinstaller = "*"
  18. aiohttp = "*"
  19. flask = "*"
  20. opencc-python-reimplemented = "*"
  21. fake-useragent = "*"
  22. [requires]
  23. python_version = "3.8"