diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-04-20 00:51:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-04-20 00:51:11 +0300 |
commit | b2ee8aa214f04a1d0bf9f86d96cf7c98d14bdf0b (patch) | |
tree | b34013a57c0e9193e1096bf2a9579b920cc59f2c | |
parent | c8c6ca05c29698de5cc8875d86441d1b90e59c0f (diff) |
requirements.txt: add jstate
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a804d06..e5d29c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests~=2.25.1 textract~=1.6.3 -beautifulsoup4~=4.8.0
\ No newline at end of file +beautifulsoup4~=4.8.0 +jstate~=0.0.4
\ No newline at end of file |