Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 2c2680e

Browse files
committed
Merge branch 'release/0.4.1'
2 parents 03703cf + 2211e08 commit 2c2680e

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.7"
43
- "3.5"
54
- "3.6"
65
- "3.7-dev"

Pipfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ verify_ssl = true
77
pytest = "*"
88
pytest-cov = "*"
99
tox = "*"
10-
black = "*"
1110
flask-assistant = {editable = true,path = "."}
1211

1312
[packages]
@@ -18,12 +17,12 @@ click = "==7.0"
1817
idna = "==2.8"
1918
itsdangerous = "==1.1.0"
2019
requests = "==2.21.0"
21-
urllib3 = "==1.24.1"
20+
urllib3 = "==1.24.2"
2221
Flask = "==1.0.2"
2322
Jinja2 = "==2.10"
2423
MarkupSafe = "==1.1.0"
2524
"ruamel.yaml" = "==0.15.81"
26-
Werkzeug = "==0.14.1"
25+
Werkzeug = "==0.15.3"
2726
google-auth = "*"
2827

2928
[requires]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Create Virtual Assistants with Python
22
=====================================
33

44
[![image](https://img.shields.io/pypi/v/flask-assistant.svg)](https://pypi.python.org/pypi/flask-assistant)
5-
[![image](https://travis-ci.org/treethought/flask-assistant.svg?branch=master)](https://travis-ci.org/treethought/flask-assistant) ![image](https://img.shields.io/badge/python-2.7,%203.5,%203.6,%203.7-blue.svg) [![image](https://img.shields.io/badge/discord-join%20chat-green.svg)](https://discord.gg/m6YHGyJ)
5+
[![image](https://travis-ci.org/treethought/flask-assistant.svg?branch=master)](https://travis-ci.org/treethought/flask-assistant) ![image](https://img.shields.io/badge/%203.5,%203.6,%203.7-blue.svg) [![image](https://img.shields.io/badge/discord-join%20chat-green.svg)](https://discord.gg/m6YHGyJ)
66

77
A flask extension serving as a framework to easily create virtual assistants using [Dialogflow](https://dialogflow.com/docs) which may be integrated
88
with platforms such as [Actions on

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ requests==2.21.0
1515
rsa==4.0
1616
ruamel.yaml==0.15.81
1717
six==1.12.0
18-
urllib3==1.24.1
19-
werkzeug==0.14.1
18+
urllib3==1.24.2
19+
werkzeug==0.15.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="Flask-Assistant",
14-
version="0.4.0",
14+
version="0.4.1",
1515
url="https://github.com/treethought/flask-assistant",
1616
license="Apache 2.0",
1717
author="Cam Sweeney",

0 commit comments

Comments
 (0)