forked from GSA/srt-fbo-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-test.txt
72 lines (70 loc) · 1.35 KB
/
requirements-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
alembic==1.*
argcomplete==1.10.0
backports-datetime-fromisoformat==1.0.0
beautifulsoup4==4.8.0
certifi>=2018.11.29
chardet>=2.3.0
decorator==4.4.0
dill==0.2.9
docx2txt>=0.6
EbookLib>=0.15
extract-msg==0.23.1
idna==2.8
IMAPClient==2.1.0
imbalanced-learn==0.3.3
ipykernel==5.1.1
ipython==7.5.0
ipython-genutils==0.2.0
isort==4.3.20
jedi==0.13.3
jupyter-client==5.2.4
jupyter-core==4.4.0
lazy-object-proxy==1.4.1
lxml>=4.6.3
# https://github.com/mattgwwalker/msg-extractor/zipball/master
extract-msg==0.23.1
nltk>=3.4.5
numpy==1.16.2
pdfminer.six==20181108 #<-- go back to this after the shebang fix is released (see https://github.com/goulu/pdfminer/issues/27)
# #https://github.com/goulu/pdfminer/zipball/e6ad15af79a26c31f4e384d8427b375c93b03533#egg=pdfminer.six
pexpect==4.7.0
pickleshare==0.7.5
Pillow>=8.1.2
#pocketsphinx==0.1.3
prompt-toolkit==2.0.9
psycopg2==2.7.5
python-json-logger
python-pptx==0.6.5
pytz==2019.1
pyzmq==18.0.1
requests==2.21.0
requests-mock==1.5.2
responses==0.10.5
scikit-learn==0.19.1
scipy==1.2.1
singledispatch==3.4.0.3
six==1.12.0
soupsieve==1.7.3
SpeechRecognition>=3.8.1
SQLAlchemy==1.3.3
SQLAlchemy-Utils==0.33.11
textract>=1.6.3
tornado==6.0.2
traitlets==4.3.2
typed-ast==1.3.5
tzlocal==1.5.1
urllib3
wget>=3.2
wrapt==1.11.1
xlrd>=1.2.0
XlsxWriter==1.1.2
pandas
selenium
#
# Only needed for testing
#
fpdf
pytest
python-docx
reportlab
pytest-watch