Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed May 3, 2021
1 parent af2880b commit 7f2d139
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.6"
- "3.7"
sudo: false
before_install:
- pip install coveralls pipenv
Expand Down
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ pyparsing = "*"
requests = "*"
six = "*"
Flask = "*"
Jinja2 = "*"
jinja2 = ">=2.11.3"
MarkupSafe = "*"
Pygments = "*"
Pygments = ">=2.7.4"
Rx = "~=1.5"
websocket_client = "*"
Werkzeug = "*"
gunicorn = "*"
urllib3 = ">=1.25.8"

[requires]
python_version = "3.7"

0 comments on commit 7f2d139

Please sign in to comment.