forked from DIRACGrid/DIRAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
61 lines (59 loc) · 1.19 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
name: dirac-development
channels:
- conda-forge
dependencies:
# runtime
- python =2.7
- pip
- certifi
- cmreshandler >1.0.0b4
- elasticsearch-dsl ~=6.3.1
- fts-rest
- future
- gitpython >=2.1.0
- m2crypto # ==0.32
- matplotlib >=2.1.0,<3.0
- mysql-connector-c # Included as it's a dependency of MySQL-python which is installed with pip
- numpy >=1.10.1,<1.16 # Limit to 1.15 as Python 2 pylint has bugs with numpy 1.16
- pexpect >=4.0.1
- psutil >=4.2.0
- pyasn1 >0.4.1
- pyasn1-modules
- pygsi
- python-json-logger >=0.1.8
- pytz >=2015.7
- requests >=2.9.1
- rst2pdf >=0.93
- six >=1.10
- sqlalchemy >=1.0.9
- subprocess32
- stomp.py >=3.1.5
- suds-jurko >=0.6
# 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
# 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
- pip:
- MySQL-python