diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 20:56:09 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-04 21:47:57 +0200 |
commit | 0692662bd4b3619216badf186a8d0fe7b5a29034 (patch) | |
tree | eb2ddf416cf05a5175518ea687f7877f3bc2c5a2 | |
parent | Add py.typed file to mark the package as typed. (diff) | |
download | glucometerutils-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |