Skip to content

Commit 05f5e59

Browse files
author
Connor Sullivan
committed
Update requirements.txt
Notably now includes pandas. This obviously increased package size dramatically but without it the sheets integration loses its luster.
1 parent 6d07cfb commit 05f5e59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

requirements.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1+
attrs==20.3.0
12
google-api-python-client==1.5.3
23
httplib2==0.19.0
4+
iniconfig==1.1.1
5+
numpy==1.20.2
36
oauth2client==3.0.0
7+
packaging==20.9
8+
pandas==1.2.4
9+
pluggy==0.13.1
410
py==1.10.0
511
pyasn1==0.1.9
612
pyasn1-modules==0.0.8
7-
pytest==3.0.2
13+
pyparsing==2.4.7
14+
pytest==6.2.3
815
pytest-runner==2.9
16+
python-dateutil==2.8.1
17+
pytz==2021.1
918
rsa==4.1
1019
simplejson==3.8.2
1120
six==1.10.0
21+
toml==0.10.2
1222
uritemplate==0.6

0 commit comments

Comments
 (0)