Skip to content

Commit 12b388a

Browse files
committed
Added changes and cleaned up commented code
1 parent 61ebca4 commit 12b388a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 6.2.1
2+
-------------
3+
4+
* [Core] Fixed requirements in setup.py
5+
6+
17
Version 6.2.0
28
-------------
39

setup.py

-7
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
f.read().decode('utf-8')).group(1)))
3535

3636

37-
#install_requires = [
38-
# 'contextlib2',
39-
#]
4037
install_requires = []
4138
unittest2_requires = ['unittest2']
4239

@@ -59,10 +56,6 @@
5956
unittest2_requires = []
6057
webpy_tests_requires = []
6158

62-
# If it's python3.2 or greater, don't use contextlib backport
63-
# if sys.version_info[1] >= 2:
64-
# install_requires.remove('contextlib2')
65-
6659
tests_require = [
6760
'bottle',
6861
'celery>=2.5',

0 commit comments

Comments
 (0)