Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4eec4aa

Browse files
committed
Add packaging module as requirement for old python versions
1 parent f36821b commit 4eec4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def get_package_data(package):
108108
'pytest-django',
109109
'pytest>=2.8,<3',
110110
'django-polymorphic',
111+
'packaging',
111112
] + mock,
112113
zip_safe=False,
113114
)

0 commit comments

Comments
 (0)