diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-17 07:08:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 07:08:51 +0200 |
| commit | e36028fb9c0c3b6d402fef2cdabe06ebb90f6d3a (patch) | |
| tree | 5b20d2699b30b0db03969d8e3625489fdd6637f0 /tests/requirements/py3.txt | |
| parent | e29637681be07606674cdccb47d1e53acb930f5b (diff) | |
Reverted "Pinned asgiref == 3.2.7 in test requirements."
This reverts commit dcb4d79ef719d824431a8b3ff8ada879bbab21cc.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 2ae22dfa20..65da21bc0e 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,4 +1,4 @@ -asgiref == 3.2.7 +asgiref >= 3.2 argon2-cffi >= 16.1.0 bcrypt docutils |
