Skip to content

Commit

Permalink
v0.2.1: update dependencies and pin them
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Aug 7, 2020
1 parent c3f58be commit 973344d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4
lxml
Pillow
requests
beautifulsoup4==4.9.1
lxml==4.5.2
Pillow==7.2.0
requests==2.24.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 973344d

Please sign in to comment.