Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 840dc82

Browse files
committed
Update requirements.txt and diracos.json for release v1r16
1 parent 4350c89 commit 840dc82

File tree

2 files changed

+112
-57
lines changed

2 files changed

+112
-57
lines changed

config/diracos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "master",
2+
"version": "v1r16",
33
"comment": "This is the latest version",
44
"rpmBuild": {
55
"mockConfig": "../mockConfigs/mock-build-diracos.cfg",

config/requirements.txt

Lines changed: 111 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,114 @@
1-
# From repo
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile /tmp/fixed_requirements.txt
6+
#
7+
astroid==1.6.6 # via pylint
8+
atomicwrites==1.4.0 # via pytest
9+
attrs==20.3.0 # via hypothesis, pytest
10+
autopep8==1.3.3 # via -r /tmp/fixed_requirements.txt
11+
awkward==0.14.0 # via uproot, uproot-methods
12+
backports.functools-lru-cache==1.6.1 # via astroid, isort, matplotlib, pylint, wcwidth
13+
backports.lzma==0.0.14 # via -r /tmp/fixed_requirements.txt
14+
backports.shutil-get-terminal-size==1.0.0 # via ipython
15+
boto3==1.16.14 # via -r /tmp/fixed_requirements.txt
16+
botocore==1.19.14 # via boto3, s3transfer
17+
cachetools==3.1.1 # via uproot
18+
certifi==2020.11.8 # via -r /tmp/fixed_requirements.txt, requests
19+
chardet==3.0.4 # via requests
20+
cmreshandler==1.0.0 # via -r /tmp/fixed_requirements.txt
21+
codecov==2.1.10 # via -r /tmp/fixed_requirements.txt
22+
configparser==4.0.2 # via importlib-metadata, pylint
23+
contextlib2==0.6.0.post1 # via importlib-metadata, zipp
24+
coverage==5.3 # via codecov, pytest-cov
25+
cycler==0.10.0 # via matplotlib
26+
decorator==4.4.2 # via ipython, traitlets
27+
diraccfg==0.2.0 # via -r /tmp/fixed_requirements.txt
28+
docopt==0.6.2 # via stomp.py
29+
docutils==0.16 # via -r /tmp/fixed_requirements.txt
30+
elasticsearch-dsl==6.4.0 # via -r /tmp/fixed_requirements.txt
31+
elasticsearch==6.8.1 # via cmreshandler, elasticsearch-dsl
32+
enum34==1.1.10 # via astroid, hypothesis, traitlets
33+
enum==0.4.7 # via cmreshandler
34+
flaky==3.7.0 # via -r /tmp/fixed_requirements.txt
35+
fts3-rest==3.9.4 # via -r /tmp/fixed_requirements.txt
36+
funcsigs==1.0.2 # via -r /tmp/fixed_requirements.txt, mock, pytest
37+
future==0.18.2 # via -r /tmp/fixed_requirements.txt, lz4
38+
futures==3.3.0 # via -r /tmp/fixed_requirements.txt, isort, s3transfer
39+
gitdb2==2.0.6 # via gitpython
40+
gitpython==2.1.15 # via -r /tmp/fixed_requirements.txt
41+
hypothesis==4.57.1 # via -r /tmp/fixed_requirements.txt
42+
idna==2.10 # via requests
43+
importlib-metadata==2.0.0 # via pluggy, pytest
44+
ipaddress==1.0.23 # via elasticsearch-dsl
45+
ipython-genutils==0.2.0 # via traitlets
46+
ipython==5.3.0 # via -r /tmp/fixed_requirements.txt
47+
isort==4.3.21 # via pylint
48+
jinja2==2.11.2 # via -r /tmp/fixed_requirements.txt
49+
jmespath==0.10.0 # via boto3, botocore
50+
kiwisolver==1.1.0 # via matplotlib
51+
lazy-object-proxy==1.5.1 # via astroid
52+
ldap3==2.8.1 # via -r /tmp/fixed_requirements.txt
53+
lz4==2.2.1 # via -r /tmp/fixed_requirements.txt
54+
m2crypto==0.36.0 # via -r /tmp/fixed_requirements.txt, fts3-rest
55+
markupsafe==1.1.1 # via jinja2
56+
matplotlib==2.2.5 # via -r /tmp/fixed_requirements.txt
57+
mccabe==0.6.1 # via pylint
58+
mock==3.0.5 # via -r /tmp/fixed_requirements.txt, pytest-mock
59+
more-itertools==5.0.0 # via pytest
60+
mysql-python==1.2.5 # via -r /tmp/fixed_requirements.txt
61+
numpy==1.16.6 # via -r /tmp/fixed_requirements.txt, awkward, matplotlib, uproot, uproot-methods
62+
packaging==20.4 # via pytest
63+
pathlib2==2.3.5 # via importlib-metadata, ipython, pickleshare, pytest
64+
pexpect==4.8.0 # via -r /tmp/fixed_requirements.txt, ipython
65+
pickleshare==0.7.5 # via ipython
66+
pillow==6.2.2 # via -r /tmp/fixed_requirements.txt
67+
pluggy==0.13.1 # via pytest
68+
prompt-toolkit==1.0.18 # via ipython
69+
psutil==5.7.3 # via -r /tmp/fixed_requirements.txt
70+
ptyprocess==0.6.0 # via pexpect
71+
py==1.9.0 # via pytest
72+
pyasn1-modules==0.2.8 # via -r /tmp/fixed_requirements.txt
73+
pyasn1==0.4.8 # via -r /tmp/fixed_requirements.txt, ldap3, pyasn1-modules
74+
pycodestyle==2.6.0 # via autopep8
75+
pycurl==7.19.0 # via fts3-rest
76+
pygments==2.5.2 # via -r /tmp/fixed_requirements.txt, ipython
77+
pylint==1.9.5 # via -r /tmp/fixed_requirements.txt
78+
pyparsing==2.4.7 # via -r /tmp/fixed_requirements.txt, matplotlib, packaging
79+
pytest-cov==2.10.1 # via -r /tmp/fixed_requirements.txt
80+
pytest-mock==2.0.0 # via -r /tmp/fixed_requirements.txt
81+
pytest==4.6.11 # via -r /tmp/fixed_requirements.txt, pytest-cov, pytest-mock
82+
python-dateutil==2.8.1 # via botocore, elasticsearch-dsl, matplotlib
83+
python-json-logger==0.1.11 # via -r /tmp/fixed_requirements.txt
84+
pytz==2020.4 # via -r /tmp/fixed_requirements.txt, matplotlib
85+
readline==6.2.4.1 # via -r /tmp/fixed_requirements.txt
86+
requests==2.24.0 # via -r /tmp/fixed_requirements.txt, cmreshandler, codecov, fts3-rest
87+
s3transfer==0.3.3 # via boto3
88+
scandir==1.10.0 # via pathlib2
89+
simplegeneric==0.8.1 # via ipython
90+
simplejson==3.17.2 # via -r /tmp/fixed_requirements.txt
91+
singledispatch==3.4.0.3 # via astroid, pylint
92+
six==1.15.0 # via -r /tmp/fixed_requirements.txt, astroid, cycler, elasticsearch-dsl, matplotlib, mock, more-itertools, packaging, pathlib2, prompt-toolkit, pylint, pytest, python-dateutil, singledispatch, traitlets
93+
smmap2==3.0.1 # via gitdb2
94+
smmap==3.0.4 # via smmap2
95+
sortedcontainers==2.3.0 # via hypothesis
96+
sqlalchemy==1.3.20 # via -r /tmp/fixed_requirements.txt
97+
stomp.py==4.1.22 # via -r /tmp/fixed_requirements.txt
98+
subprocess32==3.5.4 # via -r /tmp/fixed_requirements.txt, matplotlib
99+
suds-jurko==0.6 # via -r /tmp/fixed_requirements.txt
100+
traitlets==4.3.3 # via ipython
101+
typing==3.6.6 # via -r /tmp/fixed_requirements.txt, m2crypto
102+
uproot-methods==0.8.0 # via uproot
103+
uproot==3.13.0 # via -r /tmp/fixed_requirements.txt
104+
urllib3==1.25.11 # via botocore, elasticsearch, requests
105+
wcwidth==0.2.5 # via prompt-toolkit, pytest
106+
wrapt==1.12.1 # via astroid
107+
xxhash==2.0.0 # via -r /tmp/fixed_requirements.txt
108+
zipp==1.2.0 # via importlib-metadata
109+
110+
# The following packages are considered to be unsafe in a requirements file:
111+
# setuptools
2112
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI
3113
git+https://github.com/DIRACGrid/tornado.git@iostreamConfigurable
4114
git+https://github.com/DIRACGrid/tornado_m2crypto.git
5-
6-
# From pypi
7-
autopep8==1.3.3
8-
boto3
9-
certifi
10-
CMRESHandler>=1.0.0b4
11-
codecov
12-
diraccfg
13-
docutils
14-
elasticsearch-dsl>=6.0.0,<7.0.0
15-
flaky
16-
fts3-rest
17-
funcsigs
18-
future
19-
futures
20-
GitPython>=2.1.0
21-
ldap3
22-
# newer versions of matplotlib require python 3
23-
matplotlib>=2.1.0,<3.0
24-
mock>=1.0.1
25-
M2Crypto
26-
MySQL-python>=1.2.5
27-
jinja2
28-
ipython==5.3.0
29-
numpy>=1.10.1
30-
pillow
31-
pexpect>=4.0.1
32-
psutil>=4.2.0
33-
pyasn1>0.4.1
34-
pyasn1_modules
35-
Pygments>=1.5
36-
pylint>=1.6.5
37-
pyparsing>=2.0.6
38-
pytest>=3.6
39-
pytest-cov>=2.2.0
40-
pytest-mock
41-
pytz>=2015.7
42-
readline>=6.2.4
43-
requests>=2.9.1
44-
simplejson>=3.8.1
45-
six>=1.10
46-
sqlalchemy>=1.0.9
47-
# More recent version of stomp are python 3 only
48-
stomp.py==4.1.22
49-
subprocess32
50-
suds-jurko>=0.6
51-
# typing comes in via m2crypto. newer versions of typing caused an error in hypothesis
52-
typing==3.6.6
53-
hypothesis
54-
python-json-logger>=0.1.8
55-
# Add uproot and optional compression related libraries
56-
uproot
57-
backports.lzma
58-
lz4
59-
xxhash

0 commit comments

Comments
 (0)