Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Jun 22, 2020
1 parent 1938f7c commit cfe7cbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ boto3
ipaddress
jinja2<3.0
diagrams>=0.14
cachetools
cachetools
diskcache
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
VERSION_RE = re.compile(r"""__version__ = ['"]([0-9.]+)['"]""")


requires = ["boto3", "ipaddress", "diagrams>=0.13", "jinja2<3.0", "cachetools"]
requires = [
"boto3",
"ipaddress",
"diagrams>=0.13",
"jinja2<3.0",
"cachetools",
"diskcache",
]


def get_version():
Expand Down

0 comments on commit cfe7cbb

Please sign in to comment.