Skip to content

Commit 8a46c6b

Browse files
committed
Add django-ratelimit dep
Needed since the token endpoint when the device is polling it needs to be rate limited
1 parent bde0a84 commit 8a46c6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ deps =
5151
pytest-mock
5252
requests
5353
pytz; python_version < '3.9'
54+
django-ratelimit
5455
passenv =
5556
PYTEST_ADDOPTS
5657

@@ -81,6 +82,7 @@ deps =
8182
livedocs: sphinx-autobuild
8283
jwcrypto
8384
django
85+
django-ratelimit
8486

8587
[testenv:lint]
8688
basepython = python3.8

0 commit comments

Comments
 (0)