django-to-galaxy 0.6.9.6__py3-none-any.whl → 0.6.9.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of django-to-galaxy might be problematic. Click here for more details.
- django_to_galaxy/settings.py +2 -2
- django_to_galaxy/version.py +1 -1
- {django_to_galaxy-0.6.9.6.dist-info → django_to_galaxy-0.6.9.7.dist-info}/METADATA +3 -2
- {django_to_galaxy-0.6.9.6.dist-info → django_to_galaxy-0.6.9.7.dist-info}/RECORD +6 -6
- {django_to_galaxy-0.6.9.6.dist-info → django_to_galaxy-0.6.9.7.dist-info}/WHEEL +1 -1
- {django_to_galaxy-0.6.9.6.dist-info → django_to_galaxy-0.6.9.7.dist-info}/LICENSE +0 -0
django_to_galaxy/settings.py
CHANGED
django_to_galaxy/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: django-to-galaxy
|
|
3
|
-
Version: 0.6.9.
|
|
3
|
+
Version: 0.6.9.7
|
|
4
4
|
Summary: Django extension that eases communication with Galaxy instance to execute workflows.
|
|
5
5
|
Author: Kenzo-Hugo Hillion
|
|
6
6
|
Author-email: hillion.kenzo@posteo.net
|
|
@@ -11,5 +11,6 @@ Requires-Dist: Django (>=5.1.1,<6.0.0)
|
|
|
11
11
|
Requires-Dist: Markdown (>=3.3.6,<4.0.0)
|
|
12
12
|
Requires-Dist: bioblend (>=0.16.0,<0.17.0)
|
|
13
13
|
Requires-Dist: djangorestframework (>=3.13.1,<4.0.0)
|
|
14
|
-
Requires-Dist: pydantic (>=
|
|
14
|
+
Requires-Dist: pydantic (>=2.11.0,<3.0.0)
|
|
15
|
+
Requires-Dist: pydantic-settings (>=2.9.0,<3.0.0)
|
|
15
16
|
Requires-Dist: requests-cache (>=0.9.5,<0.10.0)
|
|
@@ -51,12 +51,12 @@ django_to_galaxy/models/invocation.py,sha256=huskr6NTonoqPp-GVL-cOjPxFY2MlaOC3MV
|
|
|
51
51
|
django_to_galaxy/models/workflow.py,sha256=tWa27SQhZDZVPSg95BJHI_SOKMD9Wyiv5dYqU52Nv1o,4021
|
|
52
52
|
django_to_galaxy/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
django_to_galaxy/schemas/dataset.py,sha256=yjwLJGb487VJDXoXGg8fG_TW6TJPeyeGtd9vofU-7HI,396
|
|
54
|
-
django_to_galaxy/settings.py,sha256=
|
|
54
|
+
django_to_galaxy/settings.py,sha256=5obYQz55omr6_tfaO3ap_K7LmWvFcljv2UAL82SvL8s,152
|
|
55
55
|
django_to_galaxy/templates/admin/import_workflows.html,sha256=YB101H99EOR8td_DzfNshhJYpXpGD9aJNh8t4mKPgEQ,2389
|
|
56
56
|
django_to_galaxy/urls.py,sha256=ydMl_0qSyz8GSGkWpiSzU3khqj9mPyZacx532JybLHk,106
|
|
57
57
|
django_to_galaxy/utils.py,sha256=gjUzzqfpili66CY7vFyseqHOD9vqWg_2tzWAiTe3pNE,1625
|
|
58
|
-
django_to_galaxy/version.py,sha256=
|
|
59
|
-
django_to_galaxy-0.6.9.
|
|
60
|
-
django_to_galaxy-0.6.9.
|
|
61
|
-
django_to_galaxy-0.6.9.
|
|
62
|
-
django_to_galaxy-0.6.9.
|
|
58
|
+
django_to_galaxy/version.py,sha256=1HmmM1NLgVnGVYQhS8O_WlawbMen044d0bQPbSiM658,114
|
|
59
|
+
django_to_galaxy-0.6.9.7.dist-info/LICENSE,sha256=Er3Bp2y6Wf31e0s1-Tdu_d6Gd89FtTizmGUJzGQkWvo,34498
|
|
60
|
+
django_to_galaxy-0.6.9.7.dist-info/METADATA,sha256=ZCAbNHeqStXRo9r4G1zQkrIRMhJQXA31HmEmv4RP2pY,663
|
|
61
|
+
django_to_galaxy-0.6.9.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
62
|
+
django_to_galaxy-0.6.9.7.dist-info/RECORD,,
|
|
File without changes
|