Skip to content

Commit

Permalink
chore: update requirement file in metadata (#1194)
Browse files Browse the repository at this point in the history
* chore: update requirement file in metadata

Signed-off-by: feng-tao <fengtao04@gmail.com>

* chore: update CI

Signed-off-by: feng-tao <fengtao04@gmail.com>

* update version

Signed-off-by: feng-tao <fengtao04@gmail.com>
  • Loading branch information
feng-tao authored Jun 4, 2021
1 parent f02c016 commit 0e600de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metadata_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip3 install ../common && pip3 install -r requirements.txt && pip3 install .[all] && pip3 install codecov
run: pip3 install ../common && pip3 install -r requirements.txt && pip3 install .[all] && pip3 install codecov && pip install -e '.[atlas,rds]'
working-directory: ./metadata
- name: Run python unit tests
run: make test
Expand Down
5 changes: 0 additions & 5 deletions metadata/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,9 @@ neotime==1.7.1
pytz==2018.4
requests-aws4auth==0.9
statsd==3.3.0
apache_atlas==0.0.11
beaker>=1.10.0
overrides==2.5
typed-ast==1.4.2
isort[colors]~=5.4
marshmallow>=3.0,<=3.6
marshmallow3-annotations>=1.0.0
amundsen-rds==0.0.5
mysqlclient>=1.3.6,<3
sqlalchemy>=1.3.6,<1.4
alembic>=1.2,<2.0
7 changes: 6 additions & 1 deletion metadata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
install_requires=requirements,
extras_require={
'oidc': ['flaskoidc==0.2.3'],
'atlas': ['apache-atlas==0.0.11']
'atlas': ['apache-atlas==0.0.11',
'amundsenatlastypes==1.2.2'],
'rds': ['amundsen-rds==0.0.5',
'mysqlclient>=1.3.6,<3',
'sqlalchemy>=1.3.6,<1.4',
'alembic>=1.2,<2.0']
},
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit 0e600de

Please sign in to comment.