Skip to content

Commit

Permalink
add asplode as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fprimex committed Aug 18, 2021
1 parent 8846cf5 commit 1f44f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
'zdesk>=2.3.0'
zdeskcfg
asplode
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = "zdgrab",
version = "4.0.0",
version = "4.0.1",
author = "Brent Woodruff",
author_email = "brent@fprimex.com",
url = "http://github.com/fprimex/zdgrab",
Expand All @@ -23,7 +23,8 @@
],
install_requires = [
"zdesk",
"zdeskcfg"
"zdeskcfg",
"asplode"
],
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 1f44f01

Please sign in to comment.