diff options
| author | Taras <voyn1991@gmail.com> | 2018-03-18 15:56:47 +0200 |
|---|---|---|
| committer | Dana Powers <dana.powers@gmail.com> | 2018-04-18 13:51:07 -0700 |
| commit | 908ac8f8d253b20d70e36ce4bae1aefb51769221 (patch) | |
| tree | 844aca7543b3b57e17b12d5f55f6cffa0e89f73b /requirements-dev.txt | |
| parent | d9e41c8e8fb7033a3e9a9a7654bc2b0125f337a0 (diff) | |
| download | kafka-python-908ac8f8d253b20d70e36ce4bae1aefb51769221.tar.gz | |
Add codec validators to record parser and builder for all formats (#1447)
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 88153e0..b98b58a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,6 @@ flake8==3.4.1 pytest==3.4.0 pytest-cov==2.5.1 -pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.4 @@ -13,3 +12,4 @@ pylint==1.8.2 pytest-pylint==0.7.1 pytest-mock==1.6.3 sphinx-rtd-theme==0.2.4 +crc32c==1.2 |
