Skip to content

Commit

Permalink
Merge calling airflow via egon-data into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Oct 20, 2020
2 parents 6f06882 + 8ae7afd commit 0e86ede
Show file tree
Hide file tree
Showing 7 changed files with 1,122 additions and 17 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def read(*names, **kwargs):
],
python_requires=">=3.6.*",
install_requires=[
"apache-airflow",
"click",
# eg: 'aspectlib==1.1.1', 'six>=1.7',
],
Expand Down
2 changes: 1 addition & 1 deletion src/egon/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0'
__version__ = "0.0.0"
Empty file.

0 comments on commit 0e86ede

Please sign in to comment.