Update Python libraries

This commit is contained in:
Jeffrey Linwood
2019-09-28 14:20:43 -05:00
parent 99cc762aa8
commit 9054f730d9
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.env
.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -1,5 +1,5 @@
Flask==1.0.2
faker==0.9.1
twilio==6.18.1
python-dotenv==0.9.1
Flask==1.1.1
faker==2.0.2
twilio==6.31.0
python-dotenv==0.10.3
inflection==0.3.1