summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-10-04 20:56:09 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-10-04 21:47:57 +0200
commit0692662bd4b3619216badf186a8d0fe7b5a29034 (patch)
treeeb2ddf416cf05a5175518ea687f7877f3bc2c5a2
parentAdd py.typed file to mark the package as typed. (diff)
downloadglucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar.gz
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar.bz2
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar.lz
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar.xz
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.tar.zst
glucometerutils-0692662bd4b3619216badf186a8d0fe7b5a29034.zip
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a209093..cd00198 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,6 @@ extras_require = {
"construct>=2.9",
"mypy",
"pre-commit",
- "pytest-flake8",
"pytest-mypy",
"pytest-timeout>=1.3.0",
"pytest>=3.6.0",