Skip to content

Commit

Permalink
Merge pull request #14 from jarseneault/KBD-591-fix-breaking-dependency
Browse files Browse the repository at this point in the history
KBD-591 Pin psutil to Avoid Breakage Due to Python Version
  • Loading branch information
Dan Schaefer authored Apr 13, 2018
2 parents dab6a54 + 7d19b0c commit c503937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"TurboKid >= 1.0.5",
"memory_profiler >= 0.52.0",
"fluent-logger >= 0.4.4",
"psutil >= 5.4.3",
"psutil == 5.4.3",
"Pympler >= 0.5"
]

Expand Down
2 changes: 1 addition & 1 deletion turbogears/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
http://svn.turbogears.org/trunk#egg=turbogears-dev
"""

version = "1.0.11.7"
version = "1.0.11.8"
description = "Front-to-back, open-source, rapid web development framework"
long_description = __doc__
author = "Kevin Dangoor"
Expand Down

0 comments on commit c503937

Please sign in to comment.