Skip to content

Commit

Permalink
Merge pull request #32 from haasad/drop-bs4
Browse files Browse the repository at this point in the history
Drop beautifulsoup4, not used anymore with the new ecoinvent site
  • Loading branch information
haasad committed Aug 26, 2023
2 parents 17b16d9 + 8696564 commit d24689a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/environment-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build
channels:
- conda-forge
- cmutel
dependencies:
- conda-build
- anaconda-client
Expand Down
2 changes: 0 additions & 2 deletions .github/environment-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: test
channels:
- conda-forge
- cmutel
dependencies:
- brightway2
- requests
- beautifulsoup4
- py7zr
- flake8
1 change: 0 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ requirements:
- bw2io
- bw2data
- requests
- beautifulsoup4
- py7zr
- appdirs

Expand Down
1 change: 0 additions & 1 deletion eidl/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import json

import requests
import bs4
from bw2io import SingleOutputEcospold2Importer, bw2setup
from bw2data import projects, databases

Expand Down

0 comments on commit d24689a

Please sign in to comment.