Skip to content

Commit

Permalink
Merge branch 'main' into from_spec-with-spec-object
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zywicki authored Jan 14, 2022
2 parents 2350ab6 + 5466483 commit e012e03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements-cli.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-mock.txt
importlib-metadata~=4.8
simple-websocket~=0.5
importlib-metadata>=4.8.0,<5.0.0
simple-websocket>=0.5.0,<1.0.0
2 changes: 1 addition & 1 deletion requirements-mock.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker~=11.0
Faker>=11.0.0,<12.0.0
hypothesis_jsonschema==0.22.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-SocketIO~=5.0
Flask>=0.9
jsonschema~=4.0
PyYAML~=6.0
Flask-SocketIO>=5.0.0,<6.0.0
Flask>=0.9.0,<3.0.0
jsonschema>=4.0.0,<5.0.0
PyYAML>=5.3.0,<7.0.0
svarog>=0.1.6,<2.0.0
typing-extensions~=4.0.0
typing-extensions>=3.7.2,<5.0.0

0 comments on commit e012e03

Please sign in to comment.