Skip to content

Commit 1416dc6

Browse files
committed
update dependencies
1 parent c9956e4 commit 1416dc6

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ notebook/mrn_realtime_news_notebook_app.ipynb
1212
notebook/mrn_trna_notebook_app.ipynb
1313
notebook/images/trna_process.png
1414
notebook/images/trna_process_assemble.png
15+
16+
old-requirements.txt

requirements.txt

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
astroid==2.4.2
2-
autopep8==1.4.4
3-
certifi==2019.6.16
4-
chardet==3.0.4
5-
colorama==0.4.3
6-
idna==2.8
7-
isort==5.5.3
8-
lazy-object-proxy==1.4.3
9-
mccabe==0.6.1
10-
pycodestyle==2.5.0
11-
pylint==2.6.0
12-
requests==2.25.1
13-
six==1.12.0
14-
toml==0.10.1
15-
typed-ast==1.4.3
16-
urllib3>=1.25.8
17-
websocket-client==0.56.0
18-
wrapt==1.12.1
1+
asttokens==2.0.5
2+
certifi==2021.10.8
3+
charset-normalizer==2.0.8
4+
cycler==0.10.0
5+
idna==3.3
6+
kiwisolver==1.3.1
7+
pyparsing==2.4.7
8+
python-dotenv==0.19.0
9+
requests==2.26.0
10+
urllib3==1.26.7
11+
websocket-client==1.2.1
12+
wincertstore==0.2

0 commit comments

Comments
 (0)