Skip to content

Commit

Permalink
setup.py: pin factory_boy<2.9 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and olegpidsadnyi committed Jan 29, 2018
1 parent a77c2c9 commit 41e8b68
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 @@ -41,7 +41,7 @@
] + [("Programming Language :: Python :: %s" % x) for x in "2.7 3.0 3.1 3.2 3.3 3.4 3.5".split()],
install_requires=[
"inflection",
"factory_boy",
"factory_boy<2.9",
"pytest",
],
# the following makes a plugin available to py.test
Expand Down

0 comments on commit 41e8b68

Please sign in to comment.