Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Added changes and cleaned up commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwoods committed Sep 22, 2017
1 parent 61ebca4 commit 12b388a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 6.2.1
-------------

* [Core] Fixed requirements in setup.py


Version 6.2.0
-------------

Expand Down
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
f.read().decode('utf-8')).group(1)))


#install_requires = [
# 'contextlib2',
#]
install_requires = []
unittest2_requires = ['unittest2']

Expand All @@ -59,10 +56,6 @@
unittest2_requires = []
webpy_tests_requires = []

# If it's python3.2 or greater, don't use contextlib backport
# if sys.version_info[1] >= 2:
# install_requires.remove('contextlib2')

tests_require = [
'bottle',
'celery>=2.5',
Expand Down

0 comments on commit 12b388a

Please sign in to comment.