summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 23:28:16 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 23:28:16 -0800
commit24f1ba6573e837732f5c410c9b1e0f2e214cd7fb (patch)
tree09f6b5f28efb9b0ca79fe1f155e3c415f33ce02e
parent25fa2db8a7b04da596ebd95a170f69e29c2ace54 (diff)
downloadnatsort-24f1ba6573e837732f5c410c9b1e0f2e214cd7fb.tar.gz
Require fastnumbers 5.0.1 or higher for mypy
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 10f9db9..210d06e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,7 +59,7 @@ deps =
hypothesis
pytest
pytest-mock
- fastnumbers
+ fastnumbers>=5.0.1
typing_extensions
commands =
mypy --strict natsort tests