Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pin openapi dependencies#403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
p1c2u merged 1 commit intostable/0.14.xfromfix/pin-openapi-dependencies
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletionsrequirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
isodate==0.6.0
dictpath==0.1.3
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator==0.3.3
openapi-schema-validator==0.1.6
PyYAML==5.3.1
six
lazy-object-proxy
attrs
Expand Down
4 changes: 2 additions & 2 deletionsrequirements_2.7.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
isodate==0.6.0
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator==0.3.3
openapi-schema-validator==0.1.6
six
lazy-object-proxy
backports.functools-lru-cache
Expand Down
3 changes: 2 additions & 1 deletionrequirements_dev.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
mock==2.0.0
pytest==3.5.0
pytest-flake8
pytest-flake8==1.0.7
pytest-cov==2.5.1
flake8==3.9.2
falcon==2.0.0; python_version<"3.0"
falcon==3.0.0; python_version>="3.0"
flask
Expand Down
8 changes: 5 additions & 3 deletionssetup.cfg
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,8 +28,9 @@ setup_requires =
install_requires =
isodate
dictpath
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator < 0.4.0
openapi-schema-validator < 0.2.0
PyYAML < 6.0; python_version>="3.6"
six
lazy-object-proxy
attrs
Expand All@@ -41,8 +42,9 @@ install_requires =
tests_require =
mock; python_version<"3.0"
pytest
pytest-flake8
pytest-flake8 < 1.1.0
pytest-cov
flake8 < 4.0.0
falcon
flask
responses
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp