-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
30 lines (23 loc) · 930 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bs4 = "*" # https://www.crummy.com/software/BeautifulSoup/bs4/doc/
click = "*" # https://click.palletsprojects.com/en/7.x/
colorama = "*" # https://github.com/tartley/colorama
lxml = "*" # https://lxml.de/
requests = "*" # https://github.com/requests/requests
sentry-sdk = "*" # https://docs.sentry.io/quickstart/?platform=python
tqdm = "*" # https://github.com/tqdm/tqdm
[dev-packages]
# Code quality
# ------------------------------------------------------------------------------
pylint = "*" # https://github.com/PyCQA/pylint/
# Testing
# ------------------------------------------------------------------------------
codecov = "*" # https://github.com/codecov/codecov-python
pytest = "*" # https://github.com/pytest-dev/pytest
pytest-cov = "*" # https://github.com/pytest-dev/pytest-cov
[requires]
python_version = "3.7"