Skip to content

Commit ae902fb

Browse files
7835dfc42bec134b4c93bc38cb0504569b4a2400
1 parent cef7c6d commit ae902fb

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -214,63 +214,4 @@ setup.py
214214
test-requirements.txt
215215
test/__init__.py
216216
test/test_models/__init__.py
217-
test/test_models/test_analysis_base.py
218-
test/test_models/test_analysis_common.py
219-
test/test_models/test_analysis_list.py
220-
test/test_models/test_analysis_request.py
221-
test/test_models/test_analysis_request_relationships.py
222-
test/test_models/test_analysis_return.py
223-
test/test_models/test_analysis_return_relationships.py
224-
test/test_models/test_annotation_base.py
225-
test/test_models/test_annotation_common.py
226-
test/test_models/test_annotation_export.py
227-
test/test_models/test_annotation_list.py
228-
test/test_models/test_annotation_request.py
229-
test/test_models/test_annotation_request_relationships.py
230-
test/test_models/test_annotation_return.py
231-
test/test_models/test_annotation_return_relationships.py
232-
test/test_models/test_clone.py
233-
test/test_models/test_condition_base.py
234-
test/test_models/test_condition_list.py
235-
test/test_models/test_condition_request.py
236-
test/test_models/test_condition_return.py
237-
test/test_models/test_entity.py
238-
test/test_models/test_image_base.py
239-
test/test_models/test_image_common.py
240-
test/test_models/test_image_list.py
241-
test/test_models/test_image_relationships.py
242-
test/test_models/test_image_request.py
243-
test/test_models/test_image_return.py
244-
test/test_models/test_json_ld.py
245-
test/test_models/test_metadata.py
246-
test/test_models/test_nested_put_attributes.py
247-
test/test_models/test_note_collection_base.py
248-
test/test_models/test_note_collection_request.py
249-
test/test_models/test_note_collection_return.py
250-
test/test_models/test_point_base.py
251-
test/test_models/test_point_common.py
252-
test/test_models/test_point_list.py
253-
test/test_models/test_point_relationships.py
254-
test/test_models/test_point_request.py
255-
test/test_models/test_point_return.py
256-
test/test_models/test_point_value.py
257-
test/test_models/test_readable_resource_attributes.py
258-
test/test_models/test_resource_attributes.py
259-
test/test_models/test_study_base.py
260-
test/test_models/test_study_list.py
261-
test/test_models/test_study_request.py
262-
test/test_models/test_study_request_relationships.py
263-
test/test_models/test_study_return.py
264-
test/test_models/test_study_return_relationships.py
265-
test/test_models/test_studyset_base.py
266-
test/test_models/test_studyset_list.py
267-
test/test_models/test_studyset_request.py
268-
test/test_models/test_studyset_request_relationships.py
269-
test/test_models/test_studyset_return.py
270-
test/test_models/test_studyset_return_relationships.py
271-
test/test_models/test_user.py
272-
test/test_models/test_user_list.py
273-
test/test_models/test_user_resource_attributes.py
274-
test/test_models/test_userless_resource_attributes.py
275-
test/test_models/test_writeable_resource_attributes.py
276217
tox.ini

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
certifi >= 14.5.14
22
frozendict ~= 2.3.4
3-
python-dateutil ~= 2.7.0
3+
python-dateutil >= 2.7.0
44
setuptools >= 21.0.0
55
typing_extensions ~= 4.3.0
66
urllib3 ~= 1.26.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
REQUIRES = [
2525
"certifi >= 14.5.14",
2626
"frozendict ~= 2.3.4",
27-
"python-dateutil ~= 2.7.0",
27+
"python-dateutil >= 2.7.0",
2828
"setuptools >= 21.0.0",
2929
"typing_extensions ~= 4.3.0",
3030
"urllib3 ~= 1.26.7",

0 commit comments

Comments
 (0)