forked from DIRACGrid/DIRAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
86 lines (83 loc) · 1.72 KB
/
environment.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: dirac-development
channels:
- diracgrid
- conda-forge
- defaults
dependencies:
# runtime
- python =2.7
- pip
- apache-libcloud
- boto3
- certifi
- cmreshandler >1.0.0b4
- cachetools <4
- docutils
- elasticsearch <7.14
- elasticsearch-dsl ~=6.3.1
- fts-rest
- future
- gitpython >=2.1.0
- ldap3
- m2crypto >=0.36
- matplotlib >=2.1.0,<3.0
- mysql-python
- numpy >=1.10.1,<1.16 # Limit to 1.15 as Python 2 pylint has bugs with numpy 1.16
- pexpect >=4.0.1
- pillow
- prompt_toolkit
- psutil >=4.2.0
- pyasn1 >0.4.1
- pyasn1-modules
- python-json-logger >=0.1.8
- pytz >=2015.7
- recommonmark
- requests >=2.9.1
- six >=1.10
- sqlalchemy
- subprocess32
- stomp.py =4.1.23
- suds-jurko >=0.6
- xmltodict
# testing and development
- autopep8
- caniusepython3
- coverage
- hypothesis
- ipython
- mock
- parameterized
- pylint >=1.6.5
- pyparsing >=2.0.6
- pytest >=3.6
- pytest-cov >=2.2.0
- pytest-mock
- shellcheck
- flaky
- importlib_resources
# docs
- pygments >=1.5
- sphinx
# unused
- funcsigs
- futures
- jinja2
- multi-mechanize >=1.2.0
# - readline >=6.2.4 in the standard library
- simplejson >=3.8.1
#- tornado >=5.0.0,<6.0.0
- typing >=3.6.6
# Pin OpenSSL to avoid: https://github.com/DIRACGrid/DIRAC/issues/4489
- openssl <1.1
- selectors2
- pip:
- diraccfg
# OAuth2
- dominate
- authlib
- pyjwt
# This is a fork of tornado with a patch to allow for configurable iostream
- git+https://github.com/DIRACGrid/tornado.git@iostreamConfigurable
# This is an extension of Tornado to use M2Crypto
- git+https://github.com/DIRACGrid/tornado_m2crypto
- rucio-clients >= 1.25.6