Skip to content

Commit

Permalink
Mem (1/3): Remove python-multipart req
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jul 13, 2023
1 parent c0d2052 commit f8d70bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,14 @@ jobs:
run: python -m pip install pip-check-reqs

- name: Check extra core requirements
run: pip-extra-reqs -r werkzeug -r python-multipart covalent covalent_dispatcher covalent_ui
run: pip-extra-reqs -r werkzeug covalent covalent_dispatcher covalent_ui

- name: Check missing SDK requirements
run: >
pip-missing-reqs
--ignore-module=covalent_ui.*
--ignore-module=covalent.*
--ignore-module=urllib3.*
--ignore-module=pkg_resources
--ignore-module=covalent/_dispatcher_plugins
--ignore-module=covalent/_shared_files
--ignore-file=covalent/executor/**
--ignore-file=covalent/triggers/**
--ignore-file=covalent/cloud_resource_manager/**
Expand All @@ -64,7 +61,7 @@ jobs:
pip-missing-reqs
--ignore-module=covalent_ui.*
--ignore-module=covalent.*
--ignore-module=covalent_dispatcher.*
--ignore-module=covalent_dispatcher
--ignore-module=distributed.*
covalent_dispatcher
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ furl>=2.1.3
networkx>=2.8.6
psutil>=5.9.0
pydantic>=1.10.1
python-multipart>=0.0.6
python-socketio>=5.7.1
requests>=2.24.0
simplejson>=3.17.6
Expand Down

0 comments on commit f8d70bf

Please sign in to comment.