Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZelphirKaltstahl/718ebe4bdeb49eebf7b057292ae74432 to your computer and use it in GitHub Desktop.
Save ZelphirKaltstahl/718ebe4bdeb49eebf7b057292ae74432 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "replaced"
version = "0.1.0"
description = ""
authors = ["replaced"]
[tool.poetry.dependencies]
python = "^3.6"
pandas = [
{ version = "^1.0", python = "^3.6.1" },
{ version = "<1.0", python = "<3.6.1" }
]
requests = "2.23.0"
lxml = "4.5.0"
[tool.poetry.dev-dependencies]
pytest = "5.4.1"
requests = "2.23.0"
lxml = "4.5.0"
PyPDF2 = "1.26.0"
PyPDF4 = "1.27.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment