Skip to content

Commit

Permalink
Prepare 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdade committed Aug 5, 2020
1 parent cc8c9bb commit 5633cbf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ twine = "*"

[packages]
beautifulsoup4 = "~=4.8.2"
dnspython = "~=1.16.0"
requests = "~=2.22.0"
Jinja2 = "~=2.11.1"
netaddr = "*"
Expand Down
10 changes: 1 addition & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Python3 script to build cloud block lists for servers.

## Requirements

* Python 3.6+ (Sephiroth makes use of f-strings)
* Python 3.8

## Setup

Expand Down
2 changes: 1 addition & 1 deletion sephiroth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
__maintainer__ = "0xdade"
__email__ = "[email protected]"
__license__ = "WTFPL"
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
packages=["sephiroth", "sephiroth.providers"],
install_requires=[
"beautifulsoup4 ~= 4.8.2",
"dnspython ~= 1.16.0",
"requests ~= 2.22.0",
"Jinja2 ~= 2.11.1",
"netaddr~=0.8.0"
],
py_modules=["Sephiroth"],
include_package_data=True,
Expand Down

0 comments on commit 5633cbf

Please sign in to comment.