Skip to content

Commit

Permalink
jinja2 is the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Feb 28, 2020
1 parent 4b975a2 commit c75a66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
apscheduler
flask>=0.9 # for monitoring the web-service
jinja==2.11.1 # pinning this to avoid flask pulling in a later one which breaks python3.6
jinja2==2.11.1 # pinning this to avoid flask pulling in a later one which breaks python3.6
sqlalchemy>=1.1.9 # for database support
configparser # for parsing the config-file
psutil # for logging extra CPU-info
Expand Down

0 comments on commit c75a66c

Please sign in to comment.