-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
26 lines (25 loc) · 768 Bytes
/
requirements.txt
File metadata and controls
26 lines (25 loc) · 768 Bytes
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
# This file is used by Binder: https://mybinder.org/v2/gh/fzumstein/python-for-excel/1st-edition
# Since Binder runs on Linux, xlwings can't be installed and is therefore commented out
# If you don't use Anaconda, you can use this file to install all dependencies, just make sure
# to first uncomment the line with xlwings, i.e., remove the "#" at the beginning of the line
# Then install the dependencies like so from a Command Prompt or Terminal:
#
# pip install -r requirements.txt
flake8==3.8.4
lxml==4.6.2
matplotlib==3.3.2
notebook==6.1.5
openpyxl==3.0.5
pandas==1.1.3
pillow==8.0.1
plotly==4.12.0
python-dateutil==2.8.1
requests==2.25.0
sqlalchemy==1.3.20
xlrd==1.2.0
xlsxwriter==1.3.7
xlutils==2.0.0
# xlwings==0.20.8
xlwt==1.3.0
pytrends==4.7.3
pyxlsb==1.0.6