Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Aug 28, 2023
1 parent 03d1ce4 commit cef7ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-airflow
fs
pss
fs>=2.4.16
pss>=1.44
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ zip_safe = False
include_package_data = True
python_requires = >=3.6
packages = find:
install_requires =
apache-airflow
fs
install_requires = file: requirements.txt

[options.packages.find]
include = airflow_code_editor*
Expand Down

0 comments on commit cef7ec8

Please sign in to comment.