forked from glideinWMS/glideinwms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (35 loc) · 770 Bytes
/
Copy pathrequirements.txt
File metadata and controls
37 lines (35 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# for runtime
cryptography
htcondor
# This is not from the HTCondor team. HTCSS classad is included in the htcondor package (J.Patton,C.Bollig)
# classad # pure python 3rd party classad implementation
m2crypto
requests
structlog
pyyaml
pyjwt
#for verifications
pylint
#pylint==2.7.1 # TODO: Remove this lock when https://github.com/PyCQA/pylint/issues/3624 is solved
astroid
#astroid==2.5.0 # Required by pylint 2.7.1 TODO: Remove this lock along with the above lock
pycodestyle
hypothesis
autopep8
testfixtures
coverage
future
# std in p3 importlib
# std in p3 argparse
pyyaml
PyJWT
toml
# for tests
jsonpickle
# std in p3 as unittest.mock, leaving it for now
mock
pytest
tabulate
# std in p3 unittest
# xmlrunner incompatible w/ 3.12, use:
unittest-xml-reporting