ptoos-xray/Pipfile

23 lines
293 B
Plaintext
Raw Permalink Normal View History

2022-10-20 01:59:46 +02:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.10"
[packages]
bs4 = "*"
ebooklib = "*"
pydantic = "*"
2022-10-20 04:08:35 +02:00
requests = "*"
rich = "*"
lxml = "*"
2022-10-20 01:59:46 +02:00
[dev-packages]
black = "*"
pytest = "*"
types-requests = "*"
mypy = "*"
flake8 = "*"