Skip to content

Commit

Permalink
Thin requirements and move dev-requirements into a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 19, 2024
1 parent e60332d commit 98d65da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
cache: "pip"

- run: pip install -r requirements.txt
- run: pip install -r dev-requirements.txt

- name: Install Core
run: poetry install
Expand Down
10 changes: 10 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-e libs/core
isort==5.13.2
pyinstaller==6.9.0
ruff==0.5.6
tomli==2.0.1
tomlkit==0.13.0
watchfiles==0.22.0
pytest==8.3.2
poetry==1.8.3
pyright==1.1.376
22 changes: 0 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
-e libs/core
astroid==3.2.4
backports.tarfile==1.2.0
dill==0.3.8
fastapi==0.111.1
httptools==0.6.1
importlib-metadata==8.0.0
importlib-resources==6.4.0
isort==5.13.2
jaraco.text==3.12.1
mccabe==0.7.0
ordered-set==4.1.0
pathspec==0.12.1
pipenv==2024.0.1
pydantic==2.8.2
pycodestyle==2.12.1
pyinstaller==6.9.0
pystray==0.19.5
python-dotenv==1.0.1
pyyaml==6.0.1
ruff==0.5.6
tomli==2.0.1
tomlkit==0.13.0
watchfiles==0.22.0
websockets==12.0
pytest==8.3.2
poetry==1.8.3
pyright==1.1.376

0 comments on commit 98d65da

Please sign in to comment.