diff options
| author | 2020-01-17 16:47:21 +0000 | |
|---|---|---|
| committer | 2020-01-17 16:47:21 +0000 | |
| commit | 0dda15d8dad96c442a036fd73f987fa302a4e26e (patch) | |
| tree | 17e4f5b102a582037803ac978e4362240285ef65 | |
| parent | v1.18.0-rc2 release (diff) | |
| signature | ||
'python-dateutil', not just 'dateutil'
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c4a59ae0..43223b3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ beautifulsoup4==4.8.0 cryptography==2.7 dataclasses==0.6 -dateutil==2.8.1 dnspython==1.16.0 feedparser==5.2.1 lxml==4.4.1 netifaces==0.10.9 PySocks==1.7.1 +python-dateutil==2.8.1 pytz==2019.2 requests==2.22.0 scrypt==0.8.13 |
