Skip to content

Commit

Permalink
Bring in 11.1.1 of utils
Browse files Browse the repository at this point in the history
To allow us to use the version of `init_manager`
which returns a `Manager` instance.
  • Loading branch information
quis committed Oct 28, 2015
1 parent fc6d803 commit c81fa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.py
Expand Up @@ -7,7 +7,7 @@
application = create_app(
os.getenv('DM_ENVIRONMENT') or 'development'
)
init_manager(application, 5004, ['./app/content/frameworks'])
manager = init_manager(application, 5004, ['./app/content/frameworks'])

if __name__ == '__main__':
manager.run()
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,7 +9,7 @@ six==1.9.0
boto==2.36.0
markdown==2.6.2

git+https://github.com/alphagov/digitalmarketplace-utils.git@11.0.0#egg=digitalmarketplace-utils==11.0.0
git+https://github.com/alphagov/digitalmarketplace-utils.git@11.1.1#egg=digitalmarketplace-utils==11.1.1

# Required for SNI to work in requests
pyOpenSSL==0.14
Expand Down

0 comments on commit c81fa32

Please sign in to comment.