Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Dec 9, 2019
1 parent e60d45a commit 9052657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 4
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pip-tools
py-cpuinfo

# xmla
-e "git+https://github.com/mouadhkaabachi/olap.git@55f16d081d05415cba44bcc89304da77ebb7af5f#egg=xmla&subdirectory=xmla"
xmla
# -e "git+https://github.com/mouadhkaabachi/olap.git@55f16d081d05415cba44bcc89304da77ebb7af5f#egg=xmla&subdirectory=xmla"

#databases_connectors
#pyodbc #need some packages to be installed (sudo apt-get install unixodbc-dev)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"bonobo-sqlalchemy<0.6.1",
"awesome-slugify",
"python-dotenv",
# whistle<1.0.1 # used by bonobo, 1.0.1 does not work well with py2.7
"whistle<1.0.1",
],
"spark": ["pyspark<3"],
},
entry_points={
"console_scripts": ["olapy = olapy.__main__:cli", "etl = olapy.etl.etl:run_etl"]
},
# whistle<1.0.1 # used by bonobo, 1.0.1 does not work well with py2.7
)

0 comments on commit 9052657

Please sign in to comment.