Skip to content

Commit 6496738

Browse files
author
Pete Wildsmith
committed
update package requirements
1 parent 27350e5 commit 6496738

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
author = 'DabApps'
1616
author_email = '[email protected]'
1717
license = 'BSD'
18-
install_requires = []
18+
install_requires = [
19+
"django-model-utils==2.3.1",
20+
"django-uuidfield==0.5.0",
21+
"jsonfield==1.0.3",
22+
"Django>=1.7",
23+
"simplesignals==0.3.0",
24+
]
1925

2026
long_description = """Simple database-backed job queue system"""
2127

0 commit comments

Comments
 (0)