diff options
| author | 2021-02-12 16:58:55 +0000 | |
|---|---|---|
| committer | 2021-02-12 16:59:22 +0000 | |
| commit | c59fa577bba49a267bbb5078c802c6dc0babb099 (patch) | |
| tree | 6b8b829025476cb53e38dccf9c5881c78f77d331 | |
| parent | update lxml (diff) | |
| signature | ||
update py cryptography lib to 3.3.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4c44647e..a238ee99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4 ==4.8.0 -cryptography ==3.2 +cryptography >=3.3.2 dataclasses ==0.6;python_version<'3.7' dnspython ==1.16.0 feedparser ==5.2.1 |
