Skip to content

Commit f8d1456

Browse files
authored
Merge pull request #53 from kraken-tech/remove-requirements-files
Remove unused requirements files
2 parents d9a5d1b + 189b6d3 commit f8d1456

7 files changed

Lines changed: 3 additions & 247 deletions

File tree

.github/workflows/release-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: 'pip'
3737
cache-dependency-path: |
3838
pyproject.toml
39-
requirements/*.txt
39+
uv.lock
4040
tox.ini
4141
4242
- name: Install requirements

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: 'pip'
5151
cache-dependency-path: |
5252
pyproject.toml
53-
requirements/*.txt
53+
uv.lock
5454
tox.ini
5555
5656
- name: Make a virtualenv

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This will:
9393
package.
9494
2. Sync your installed packages with those pinned in `uv.lock`.
9595

96-
This will not change the pinned versions of any packages already in any requirements file unless
96+
This will not change the pinned versions of any packages already in the lock file unless
9797
needed by the new packages, even if there are updated versions of those packages available.
9898

9999
Remember to commit your changed `uv.lock` files alongside the changed

requirements/development.txt

Lines changed: 0 additions & 136 deletions
This file was deleted.

requirements/pytest-in-tox.txt

Lines changed: 0 additions & 41 deletions
This file was deleted.

requirements/release.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

requirements/tox.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)