Skip to content

Commit

Permalink
Fix PDF creation in agora-results (#292)
Browse files Browse the repository at this point in the history
PDF results generation is failing because `pytz==2021.3` dependency is missing from `requirements.txt` virtualenv used for agora-results in agora-elections.
  • Loading branch information
edulix authored Feb 18, 2022
1 parent ea2e826 commit 1905db9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions agora-elections/templates/results.req.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-e git+{{ repos.tally.repo }}@{{ repos.tally.version }}#egg=agora-tally
reportlab==3.3.0
requests==2.12.3
reportlab==3.5.55
requests==2.20.0
pytz==2021.3
Babel==2.9.1

0 comments on commit 1905db9

Please sign in to comment.