Oz N Tiram пре 9 година
родитељ
комит
2db12b7321
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -7,7 +7,7 @@ setup(name='blogit',
       version='0.0.1',
       license="GNU GPL",
       packages=find_packages(exclude=['tests']),
-      install_requires=['Jinja2', 'markdown2', 'tinydb'],
+      install_requires=['Jinja2', 'markdown2', 'tinydb', 'pygments'],
       tests_require=['pytest', 'beautifulsoup4'],
       entry_points={
               'console_scripts': ['blogit = blogit.blogit:main']