requirements.txt 613 B

123456789101112131415161718192021222324252627
  1. certifi==2020.12.5
  2. chardet==3.0.4
  3. click==7.1.2
  4. contextvars==2.4
  5. # Flask==1.1.2 (now in 2.2.2 -- note that any dependencies will automatically be installed when installing Flask)
  6. Flask
  7. Flask-WTF==0.14.3
  8. googletrans==3.1.0a0
  9. h11==0.9.0
  10. h2==3.2.0
  11. hpack==3.0.0
  12. hstspreload==2020.12.22
  13. httpcore==0.9.1
  14. httpx==0.13.3
  15. hyperframe==5.2.0
  16. idna==2.10
  17. immutables==0.15
  18. # itsdangerous==1.1.0 (now in 2.1.2, min 2.0)
  19. # Jinja2==2.11.3 (now in 3.1.2, min 3.0)
  20. # MarkupSafe==1.1.1 (now in 2.1.1, min 2.0)
  21. requests==2.25.1
  22. rfc3986==1.4.0
  23. sniffio==1.2.0
  24. urllib3==1.26.4
  25. # Werkzeug==1.0.1 (now in 2.2.2)
  26. flake8==3.9.0
  27. WTForms==2.3.3