Skip to content

Commit

Permalink
Upgrade TheSpian to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Jan 16, 2017
1 parent 3369fa4 commit 24061a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
print("*** Could not find setuptools. Did you install pip3? *** \n\n")
raise


def str_from_file(name):
with open(join(dirname(__file__), name)) as f:
return f.read().strip()
Expand All @@ -25,7 +26,7 @@ def str_from_file(name):
"jsonschema==2.5.1",
"Jinja2==2.8",
# remote messaging
"thespian==3.5.2",
"thespian==3.6.0",
# always use the latest version, these are certificate files...
"certifi"
]
Expand Down

0 comments on commit 24061a7

Please sign in to comment.