-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
requirements.txt
61 lines (56 loc) · 2.07 KB
/
requirements.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
python-dateutil # date type
importlib_metadata>=3.6 # plugin groups backported for python <3.8
# optional dependencies
pandas>=1.5.3; python_version >= '3.11' # dta (Stata)
pandas>=1.0.5; python_version < '3.11' # dta (Stata)
requests # http
lxml # html/xml
openpyxl>= 2.4 # xlsx
xlrd # xls
xlwt # xls
h5py # hdf5
psycopg2-binary # postgres
mysqlclient # mysql
boto3 # rds
pyshp # shapefiles
mapbox-vector-tile # mbtiles
pypng # png
fonttools # ttf/otf
sas7bdat # sas7bdat (SAS)
xport>=3 # xpt (SAS)
PyYAML>=5.1 # yaml/yml
dpkt # pcap
dnslib # pcap
namestand # graphviz
datapackage # frictionless .json
pdfminer.six # pdf
tabula # pdf tables
vobject # vcf
tabulate # tabulate saver
wcwidth # tabulate saver with unicode
zstandard # read .zst files
odfpy # ods (OpenDocument)
urllib3 # .zip over http
pyarrow>=14.0.1; python_version >= '3.8' # arrow arrows parquet (Apache Arrow)
pyarrow_hotfix; python_version <= '3.7' # pyarrow security patch
pyarrow; python_version <= '3.7'
seaborn # plot via seaborn
matplotlib # svg saver
sh # ping
psutil # procmgr
numpy # npy pandas hdf5 arrow
tomli; python_version < '3.11' # toml
pyconll # conll/conllu
backports.zoneinfo; python_version < '3.9' #f5log
msgpack # msgpack
brotli # msgpackz
fecfile # fec Federal Election Commission
requests_cache # scraper
beautifulsoup4 # scraper
Faker # fake data generation
praw # reddit API
matrix_client # matrix API
zulip # zulip API
pyairtable # airtable API
-e git+https://github.com/saulpw/pyxlsb.git@visidata#egg=pyxlsb # xlsb
-e git+https://github.com/anjakefala/savReaderWriter#egg=savReaderWriter # sav (SPSS)