pyproject.toml 949 B

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