Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apiraino committed Mar 2, 2018
1 parent d4553e4 commit 8276968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
use_scm_version=True,

install_requires=[
"attrs>=17.3.0", "pyrsistent>=0.14.0", "six>=1.11.0"
"attrs>=17.3.0", "pyrsistent>=0.14.0", "six>=1.11.0",
"functools32;python_version<'3'"
],
extras_require=extras_require,
Expand Down

0 comments on commit 8276968

Please sign in to comment.