From 973344d7f2099515c251be96bf049f745e22349d Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Fri, 7 Aug 2020 11:05:17 +0300 Subject: [PATCH] v0.2.1: update dependencies and pin them --- requirements.txt | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 00d259a..bd69772 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4 -lxml -Pillow -requests +beautifulsoup4==4.9.1 +lxml==4.5.2 +Pillow==7.2.0 +requests==2.24.0 diff --git a/setup.py b/setup.py index 1f07421..03b53df 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="nm_iconfinder", packages=["nm_iconfinder"], - version="0.2", + version="0.2.1", license="ISC", description="Find icons of a website given a URL", author="newsmail.today",