Skip to content

Commit

Permalink
add package to requirements.yml #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Dec 4, 2017
1 parent 4f07848 commit 630c05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database_adapter/adapter_setup/conda_cmd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __copyright__ = "© Reiner Lemoine Institut"
__license__ = "GNU Affero General Public License Version 3 (AGPL-3.0)"
__url__ = "https://www.gnu.org/licenses/agpl-3.0.en.html"
__author__ = "Ludwig Hülk"
__version__ = "v0.1.1"
*/


Expand Down Expand Up @@ -37,6 +38,7 @@ conda install pandas -c conda-forge
conda install sqlalchemy -c conda-forge
conda install psycopg2 -c conda-forge
conda install xlrd -c conda-forge
conda install openpyxl -c conda-forge

-- 2.2 reeem env from yml
conda env create -f requirements_reeem.yml
Expand Down
1 change: 1 addition & 0 deletions database_adapter/adapter_setup/requirements_reeem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- sqlalchemy
- psycopg2
- xlrd
- openpyxl

0 comments on commit 630c05e

Please sign in to comment.