-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
Pipfile
41 lines (39 loc) · 775 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
31
32
33
34
35
36
37
38
39
40
41
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
bump-my-version = "*"
twine = "*"
black = "==19.10b0"
coveralls = "*"
coverage = "*"
flake8 = "*"
flake8-breakpoint = "*"
flake8-broken-line = "*"
flake8-bugbear ="*"
flake8-builtins = "*"
flake8-comprehensions ="*"
flake8-eradicate = "*"
flake8-executable = "*"
flake8-if-expr = "*"
flake8-logging-format = "*"
flake8-mock = "*"
flake8-mutable = "*"
flake8-print = "*"
flake8-pytest = "*"
flake8-pytest-style = "*"
flake8-quotes = "*"
flake8-return = "*"
flake8-strict = "*"
flake8-string-format = "*"
mypy = "*"
pep8-naming = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-profiling = "*"
sphinx_rtd_theme = "*"
pipenv-to-requirements = "*"