pyproject.toml 836 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [project]
  2. name = "python"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.13"
  7. dependencies = [
  8. "beautifulsoup4>=4.13.4",
  9. "chevron>=0.14.0",
  10. "colorama>=0.4.6",
  11. "cryptography>=44.0.3",
  12. "flask>=3.1.0",
  13. "flask-cors>=5.0.1",
  14. "imap-tools>=1.10.0",
  15. "jinja2>=3.1.6",
  16. "numpy>=2.2.5",
  17. "o365>=2.1.2",
  18. "oauthlib>=3.2.2",
  19. "openpyxl>=3.1.5",
  20. "pandas>=2.2.3",
  21. "pdfplumber>=0.11.6",
  22. "plac>=1.4.5",
  23. "psutil>=7.0.0",
  24. "pygame>=2.6.1",
  25. "pymysql>=1.1.1",
  26. "pyodbc>=5.2.0",
  27. "python-crontab>=3.2.0",
  28. "python-dateutil>=2.9.0.post0",
  29. "requests>=2.32.3",
  30. "requests-oauthlib>=2.0.0",
  31. "schedule>=1.2.2",
  32. "sqlalchemy>=2.0.40",
  33. "typer>=0.15.3",
  34. "unlzw>=0.1.1",
  35. "uptime>=3.0.1",
  36. "xlrd>=2.0.1",
  37. ]