Skip to content

Commit 5cb1bff

Browse files
committed
Resume generating requirement files
1 parent 1b1a654 commit 5cb1bff

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.openapi-generator-ignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@
2828
git_push.sh
2929
README.md
3030
setup.py
31-
setup.cfg
32-
requirements.txt
33-
test-requirements.txt
31+
setup.cfg

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ docs/UserApi.md
105105
docs/UserResponse.md
106106
docs/UserResponseData.md
107107
pyproject.toml
108+
requirements.txt
109+
test-requirements.txt
108110
test/__init__.py
109111
tox.ini
110112
ynab/__init__.py

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
urllib3 >= 1.25.3, < 3.0.0
2+
python_dateutil >= 2.8.2
3+
pydantic >= 2
4+
typing-extensions >= 4.7.1

test-requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytest >= 7.2.1
2+
pytest-cov >= 2.8.1
3+
tox >= 3.9.0
4+
flake8 >= 4.0.0
5+
types-python-dateutil >= 2.8.19.14
6+
mypy >= 1.5

0 commit comments

Comments
 (0)