diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-27 20:08:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 20:08:52 +0200 |
| commit | fe3831db1aa73ebda6eb12fa3a321002c176ccc1 (patch) | |
| tree | 0bf3e8055e394a9e73d8310367a241693655ae34 | |
| parent | b06a15376c546bb216ed7fa5e8f2f8b793420f33 (diff) | |
| parent | bdf3de4c002d4f4bfae214d017efd8c42869510f (diff) | |
Merge pull request #37 from return42/drop-req-idna
[fix] drop 'idna' from requirements.txt
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b123de78e..6d66478de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ certifi==2020.12.05 babel==2.9.0 flask-babel==2.0.0 flask==1.1.2 -idna==2.10 jinja2==2.11.3 lxml==4.6.3 pygments==2.8.1 |