Skip to content

Commit 8aa48c3

Browse files
author
John Miller
committed
use correct attrs module
1 parent c259555 commit 8aa48c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
install_requires=[
1313
'pendulum==1.2.0',
1414
'simplejson==3.11.1',
15-
'attr==0.2.0',
15+
'attrs==17.2.0',
1616
],
1717
packages=find_packages(),
1818
package_data = {

0 commit comments

Comments
 (0)