Skip to content

Commit

Permalink
Merge pull request #76 from mdsol/feature/faker
Browse files Browse the repository at this point in the history
Feature/faker - simple fix, thanks @isparks
  • Loading branch information
glow-mdsol authored Dec 19, 2016
2 parents dd74504 + 21d0513 commit 2802468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ six
enum34
mock
click
fake-factory
faker
2 changes: 1 addition & 1 deletion rwslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'rwslib'
__author__ = 'Ian Sparks (isparks@mdsol.com)'
__version__ = '1.1.5'
__version__ = '1.1.6'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Medidata Solutions Inc'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
packages=packages,
package_dir={'rwslib': 'rwslib'},
include_package_data=True,
install_requires=['requests', 'lxml', 'httpretty', 'six', 'click', 'fake-factory', 'enum34'],
install_requires=['requests', 'lxml', 'httpretty', 'six', 'click', 'faker', 'enum34'],
tests_require=['mock'],
license=open('LICENSE.txt').read(),
zip_safe=False,
Expand Down

0 comments on commit 2802468

Please sign in to comment.