scripts/Pipfile

27 lines
352 B
Plaintext
Raw Normal View History

2020-05-22 18:03:23 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
2020-07-31 18:57:22 +02:00
beautifulsoup4 = "*"
bencode.py = "4"
ebooklib = "*"
flask = "*"
2020-05-22 18:03:23 +02:00
matplotlib = "*"
numpy = "*"
2020-07-31 18:57:22 +02:00
pandas = "*"
pillow = "*"
2020-05-22 18:03:23 +02:00
python-libxdo = "*"
2020-07-31 18:57:22 +02:00
pyyaml = "*"
2020-05-22 18:03:23 +02:00
requests = "*"
2020-07-31 18:57:22 +02:00
tqdm = "*"
2020-05-22 18:03:23 +02:00
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true