Commit 6551c886 authored by Andrey Golovizin's avatar Andrey Golovizin
Browse files

Remove python2.6 Counter fallback

parent 89d4f245
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -56,8 +56,6 @@ ROOT = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(ROOT, 'README')).read()

install_requires = ['PyYAML>=3.01', 'latexcodec>=1.0.4', 'six']
if sys.version_info < (2, 7):
    install_requires += ['Counter>=1.0.0']

setup(
    name=progname,