Skip to content

Commit cad0a7c

Browse files
committed
fix: revert b4c0c9e
1 parent 0b28e27 commit cad0a7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/diracdoctools/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@
2121
"pylab",
2222
"pythonjsonlogger",
2323
"stomp",
24-
# Doesn't support Python 3.9
25-
"rucio",
2624
]

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies:
8686
#- tornado >=5.0.0,<6.0.0
8787
- typing >=3.6.6
8888
- pyyaml
89+
- rucio-clients
8990
- pip:
9091
# Prerelease of the required package for integration of OAuth2
9192
- Authlib>=1.0.0.a2
@@ -97,5 +98,4 @@ dependencies:
9798
# This is an extension of Tornado to use M2Crypto
9899
# It should eventually be part of DIRACGrid
99100
- git+https://github.com/DIRACGrid/tornado_m2crypto
100-
- rucio-clients >=1.26.0rc1
101101
- -e .

0 commit comments

Comments
 (0)