diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:25:02 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:25:02 -0400 |
commit | 6d59a868a6cfa849a9db4082b2258e71d7e4f482 (patch) | |
tree | f4a1058c68272719904d032a8dcf57f757cca0d1 /requirements.txt | |
parent | efab60744e7284e245bbd6266755ab3ca1a37200 (diff) |
Add sqlite3 table creation
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4437399..8b69505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ Flask==1.1.2 gunicorn==20.0.4 pylint==2.6.0 pylint-quotes==0.2.1 -requests==2.24.0
\ No newline at end of file +requests==2.24.0 +beautifulsoup4==4.9.3
\ No newline at end of file |