Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Pavese
WindEnergyToolbox
Commits
bb5d3c24
Commit
bb5d3c24
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
added openpyxl to dependencies
parent
67cc4fed
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
with
3 additions
and
0 deletions
README.md
+
2
−
0
View file @
bb5d3c24
...
@@ -61,6 +61,8 @@ in Python 2.7 by default. You can also write code that is compatible with both
...
@@ -61,6 +61,8 @@ in Python 2.7 by default. You can also write code that is compatible with both
*
xlrd and xlwt from
[
python-excel
](
http://www.python-excel.org/
)
*
xlrd and xlwt from
[
python-excel
](
http://www.python-excel.org/
)
*
[
openpyxl
](
http://openpyxl.readthedocs.org/en/default/
)
*
h5py
*
h5py
*
[
matplotlib
](
http://matplotlib.org/
)
*
[
matplotlib
](
http://matplotlib.org/
)
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
0
View file @
bb5d3c24
...
@@ -6,6 +6,7 @@ matplotlib
...
@@ -6,6 +6,7 @@ matplotlib
pytest
pytest
xlrd
xlrd
xlwt
xlwt
openpyxl
h5py
h5py
pandas
pandas
tables
tables
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment