Browse Source

Jinja2 is not needed

Nikola Kotur 3 years ago
parent
commit
4e6d6b8b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -25,7 +25,7 @@ package_dir =
 # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
 setup_requires = pyscaffold>=3.3a0,<4
 # Add here dependencies of your project (semicolon/line-separated), e.g.
-install_requires = hammock==0.2.4; requests==2.25.1; Jinja2==2.11.2
+install_requires = hammock==0.2.4; requests==2.25.1
 # Require a specific Python version, e.g. Python 2.7 or >= 3.4
 # python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*