forked from DIRACGrid/DIRAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-py3.yml
103 lines (101 loc) · 2.1 KB
/
environment-py3.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: dirac-development
channels:
- diracgrid
- conda-forge
- nodefaults
dependencies:
# Temporary workarounds
# runtime
- python =3.9
- pip
- apache-libcloud
- boto3
- cachetools
- certifi
- cmreshandler >1.0.0b4
- db12
- elasticsearch <7.14
- elasticsearch-dsl
- fts3
- future
- gitpython >=2.1.0
- m2crypto >=0.38.0
- matplotlib
- numpy
- pexpect >=4.0.1
- pillow
- prompt-toolkit >=3,<4
- psutil >=4.2.0
- pyasn1 >0.4.1
- pyasn1-modules
- python-json-logger >=0.1.8
- pytz >=2015.7
- pyyaml
- recommonmark
- requests >=2.9.1
- six >=1.10
- sqlalchemy
- stomp.py =4.1.23
- suds >=0.6
# Workaround for suds-jurko no longer being maintained
- suds-jurko-compat
- xmltodict
- pycurl
- voms
- python-gfal2
- mysqlclient
- diraccfg
- subprocess32
- ldap3
- importlib_resources
# testing and development
- pre-commit
- coverage
- docker-compose
- hypothesis
- ipython
- make
- mock
- parameterized
- pylint
- pyparsing >=2.0.6
- pytest >=3.6
- pytest-cov >=2.2.0
- pytest-mock
- setuptools-scm
- shellcheck
- typer
- typer-cli
- flaky
# docs
- pygments >=1.5
- sphinx
- graphviz
# RTD Sphinx theme
- sphinx_rtd_theme
# Bootstrap and new elements fo Sphinx
- sphinx-panels
# unused
- funcsigs
- jinja2
# PyPI deployment
- readme_renderer
- twine
- uritemplate
# - readline >=6.2.4 in the standard library
- simplejson >=3.8.1
#- tornado >=5.0.0,<6.0.0
- typing >=3.6.6
- pyyaml
- pip:
# This is a fork of tornado with a patch to allow for configurable iostream
# It should eventually be part of DIRACGrid
- git+https://github.com/DIRACGrid/tornado.git@iostreamConfigurable
# This is an extension of Tornado to use M2Crypto
# It should eventually be part of DIRACGrid
- git+https://github.com/DIRACGrid/tornado_m2crypto
# fts-rest doesn't support Python 3, this branch changed has just enough to
# make it importing possible
- git+https://gitlab.cern.ch/chaen/fts-rest-flask.git@packaging_port_3.10
- rucio-clients >=1.26.0rc1
- -e .