Skip to content

Commit

Permalink
added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Sep 15, 2023
1 parent cce6714 commit 23e1a69
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 3 deletions.
Binary file modified __pycache__/longevity2reporter.cpython-310.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions longevity2reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def write_data(self):
data["cardio"] = self.write_table("cardio", [], "id", True)
data["lipidmetabolism"] = self.write_table("lipid_metabolism", [], "weight", False)
data["thrombophilia"] = self.write_table("thrombophilia", [], "weight", False)
data["vo2max"] = self.write_table("vo2max", [], "weight", False)
try:
self.outfile.write(self.template.render(data=data))
except:
Expand Down
1 change: 1 addition & 0 deletions longevity2reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requires:
- just_lipidmetabolism
- just_thrombophilia
- just_superhuman
- just_vo2max
pypi_dependencies:
- mako
tags:
Expand Down
Loading

0 comments on commit 23e1a69

Please sign in to comment.