We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b28e27 commit cad0a7cCopy full SHA for cad0a7c
docs/diracdoctools/__init__.py
@@ -21,6 +21,4 @@
21
"pylab",
22
"pythonjsonlogger",
23
"stomp",
24
- # Doesn't support Python 3.9
25
- "rucio",
26
]
environment.yml
@@ -86,6 +86,7 @@ dependencies:
86
#- tornado >=5.0.0,<6.0.0
87
- typing >=3.6.6
88
- pyyaml
89
+ - rucio-clients
90
- pip:
91
# Prerelease of the required package for integration of OAuth2
92
- Authlib>=1.0.0.a2
@@ -97,5 +98,4 @@ dependencies:
97
98
# This is an extension of Tornado to use M2Crypto
99
# It should eventually be part of DIRACGrid
100
- git+https://github.com/DIRACGrid/tornado_m2crypto
- - rucio-clients >=1.26.0rc1
101
- -e .
0 commit comments