pyproject.toml 281 B

123456789101112
  1. [project]
  2. name = "crawl-font"
  3. version = "0.1.0"
  4. description = "Font downloader for fonts.net.cn and other font websites"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "requests>=2.32.5",
  9. "beautifulsoup4>=4.12.0",
  10. "lxml>=5.0.0",
  11. "tqdm>=4.66.0",
  12. ]