Skip to content

Commit 17e4a2a

Browse files
lukaspieLukas Pielsticker
andauthored
remove dev-requirements (#720)
Co-authored-by: Lukas Pielsticker <you@example.com>
1 parent 09bca2f commit 17e4a2a

File tree

6 files changed

+2
-259
lines changed

6 files changed

+2
-259
lines changed

.github/workflows/nomad-compatibility.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
pull_request:
88
branches:
99
- master
10-
# Run workflow only when there are changes in pyproject.toml or dev-requirements.txt
10+
# Run workflow only when there are changes in pyproject.toml
1111
# paths:
1212
# - 'pyproject.toml'
13-
# - 'dev-requirements.txt'
1413

1514
env:
1615
python-version: 3.12

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ cython_debug/
200200
*.txt
201201
!.cspell/custom-dictionary.txt
202202
!requirements.txt
203-
!dev-requirements.txt
204203
!mkdocs-requirements.txt
205204
!src/pynxtools/nexus-version.txt
206205
!src/pynxtools/remote_definitions_url.txt

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prune *
22
exclude *
33
recursive-include src/pynxtools *.py
4-
include pyproject.toml LICENSE README.md dev-requirements.txt
4+
include pyproject.toml LICENSE README.md
55
include src/pynxtools/data/*
66

77
recursive-include src/pynxtools/definitions/base_classes/ *.xml

dev-requirements.txt

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

docs/how-tos/pynxtools/build-a-plugin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pynxtools-plugin
2525
│ └── data
2626
├── LICENSE
2727
├── mkdocs.yaml
28-
├── dev-requirements.txt
2928
└── pyproject.toml
3029
```
3130

scripts/generate_dev_dependencies.sh

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

0 commit comments

Comments
 (0)