guangyusong commited on
Commit
3fd1d47
·
1 Parent(s): 02e4a72

Update requirements.txt

Browse files

Updated to support running `get_aclanthology.sh`

Files changed (1) hide show
  1. requirements.txt +22 -3
requirements.txt CHANGED
@@ -1,3 +1,22 @@
1
- tqdm>=4.64.1
2
- requests>=2.28.1
3
- feedparser>=6.0.10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2022.12.7
2
+ charset-normalizer==3.0.1
3
+ citeproc-py==0.6.0
4
+ citeproc-py-styles==0.1.3
5
+ feedparser==6.0.10
6
+ idna==3.4
7
+ langcodes==3.3.0
8
+ language-data==1.1
9
+ lxml==4.9.2
10
+ marisa-trie==0.7.8
11
+ python-slugify==7.0.0
12
+ pytz==2022.7.1
13
+ PyYAML==6.0
14
+ requests==2.28.2
15
+ sgmllib3k==1.0.0
16
+ six==1.16.0
17
+ stop-words==2018.7.23
18
+ TexSoup==0.3.1
19
+ text-unidecode==1.3
20
+ tqdm==4.64.1
21
+ unicode==2.9
22
+ urllib3==1.26.14