Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ requests>=2.9.1
selectors2
simplejson>=3.8.1
six>=1.10
# Freeze until all problems with 1.4 are solved
sqlalchemy==1.3.*
sqlalchemy
cachetools<4
# More recent version of stomp are python 3 only
stomp.py==4.1.22
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_dyn_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'irods', # not clear whether someone in DIRAC still uses it
'lfcthr', # used by the LFC plugins
'pathlib', # only used for Python 3 installations
'asyncio', # only used for Python 3 installations
]

# List of modules that need graphic libraries.
Expand Down