Skip to content

Commit

Permalink
update package list now only use playwright and nest_asyncio these ar…
Browse files Browse the repository at this point in the history
…e require for test and generate screenshot move to pyproject remove from requirement-dev
  • Loading branch information
CopyDemon committed Sep 10, 2024
1 parent 16f872f commit c04feba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ build-backend = "setuptools.build_meta"
# fastapi is not used at the moment; uncomment once fastapi is needed again
# "fastapi",
# "uvicorn",

# for generate a screenshot and open the browser asynchronously
"nest_asyncio",
]

keywords = ["IDAES", "energy systems", "chemical engineering", "process modeling"]
Expand Down
7 changes: 1 addition & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@

# For adding copyright headers (see addheader.yml and the readme)
addheader >= 0.3.0
idaes-pse @ git+https://github.com/IDAES/idaes-pse@main

# For screenshot
selenium
pillow
webdriver-manager
idaes-pse @ git+https://github.com/IDAES/idaes-pse@main

0 comments on commit c04feba

Please sign in to comment.