forked from panovvv/airflow-livy-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
47 lines (37 loc) · 957 Bytes
/
requirements_dev.txt
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
42
43
44
45
46
47
# PySpark to run and debug batch jobs locally
pyspark==2.4.5
# PySpark stubs: better coding experience for PySpark
pyspark-stubs==2.4.0.post7
# Unified testing: run tests, linting and code coverage report with one command.
# CI uses that to check the build.
tox==3.18.1
# Unit tests
pytest==6.0.1
# Unit tests: mocking
pytest-mock==3.2.0
responses==0.10.15
# Unit test verification: show difference between expected and actual files
deepdiff==5.0.2
# Code coverage
pytest-cov==2.10.0
codecov==2.1.8
# Code formatting
black==19.10b0
isort==4.3.5
# Pre-commit hook to check (and reformat if needed) code on each commit
pre-commit==2.6.0
# Code linting
flake8==3.8.3
flake8-blind-except==0.1.1
flake8-bugbear==20.1.4
flake8-builtins==1.5.3
flake8-comprehensions==3.2.3
flake8-debugger==3.2.1
flake8-docstrings==1.5.0
flake8-isort==3.0.1
flake8-quotes==3.2.0
flake8-string-format==0.3.0
# Publish to PyPi
setuptools==49.2.0
wheel==0.34.2
twine==3.2.0