diff options
| author | 2019-09-26 16:00:05 +0100 | |
|---|---|---|
| committer | 2019-09-26 16:00:05 +0100 | |
| commit | 03c62c97a1b0a3a217be05382bfce74fe260f19f (patch) | |
| tree | 39b493187a5eddaf32524269a1266741f51b43f8 /requirements.txt | |
| parent | capitalisation and comma for "!stats <alias>" (diff) | |
| signature | ||
put ==versions on requirements.txt
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index d48c280f..23350fc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -beautifulsoup4 -dnspython -feedparser -lxml -netifaces -PySocks -pytz -requests -scrypt -suds-jurko -tornado -tweepy +beautifulsoup4==4.8.0 +dnspython==1.16.0 +feedparser==5.2.1 +lxml==4.4.1 +netifaces==0.10.9 +PySocks==1.7.1 +pytz==2019.2 +requests==2.22.0 +scrypt==0.8.13 +suds-jurko==0.6 +tornado==3.2.1 +tweepy==3.8.0 |
