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

Commit e188609

Browse files
committed
Update requirements.txt and diracos.json for release v1r13
1 parent da5f436 commit e188609

File tree

2 files changed

+112
-56
lines changed

2 files changed

+112
-56
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": "v1r13",
33
"comment": "This is the latest version",
44
"rpmBuild": {
55
"mockConfig": "../mockConfigs/mock-build-diracos.cfg",

config/requirements.txt

Lines changed: 111 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,112 @@
1-
# From repo
2-
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI
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==19.3.0 # via hypothesis, pytest
10+
autopep8==1.3.3 # via -r /tmp/fixed_requirements.txt
11+
awkward==0.12.22 # via uproot, uproot-methods
12+
backports-abc==0.5 # via tornado
13+
backports.functools-lru-cache==1.6.1 # via astroid, isort, matplotlib, pylint, wcwidth
14+
backports.lzma==0.0.14 # via -r /tmp/fixed_requirements.txt
15+
backports.shutil-get-terminal-size==1.0.0 # via ipython
16+
boto3==1.14.21 # via -r /tmp/fixed_requirements.txt
17+
botocore==1.17.21 # via boto3, s3transfer
18+
cachetools==3.1.1 # via uproot
19+
certifi==2020.6.20 # via -r /tmp/fixed_requirements.txt, requests
20+
chardet==3.0.4 # via requests
21+
cmreshandler==1.0.0 # via -r /tmp/fixed_requirements.txt
22+
codecov==2.1.8 # via -r /tmp/fixed_requirements.txt
23+
configparser==4.0.2 # via importlib-metadata, pylint
24+
contextlib2==0.6.0.post1 # via importlib-metadata, zipp
25+
coverage==5.2 # via codecov, pytest-cov
26+
cycler==0.10.0 # via matplotlib
27+
decorator==4.4.2 # via ipython, traitlets
28+
diraccfg==0.1.1 # via -r /tmp/fixed_requirements.txt
29+
docopt==0.6.2 # via stomp.py
30+
docutils==0.15.2 # via -r /tmp/fixed_requirements.txt, botocore
31+
elasticsearch-dsl==6.4.0 # via -r /tmp/fixed_requirements.txt
32+
elasticsearch==6.8.1 # via cmreshandler, elasticsearch-dsl
33+
enum34==1.1.10 # via astroid, hypothesis, traitlets
34+
enum==0.4.7 # via cmreshandler
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, tornado
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==1.7.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.0 # via astroid
52+
lz4==2.2.1 # via -r /tmp/fixed_requirements.txt
53+
m2crypto==0.36.0 # via -r /tmp/fixed_requirements.txt, fts3-rest
54+
markupsafe==1.1.1 # via jinja2
55+
matplotlib==2.2.5 # via -r /tmp/fixed_requirements.txt
56+
mccabe==0.6.1 # via pylint
57+
mock==3.0.5 # via -r /tmp/fixed_requirements.txt, pytest-mock
58+
more-itertools==5.0.0 # via pytest
59+
mysql-python==1.2.5 # via -r /tmp/fixed_requirements.txt
60+
numpy==1.16.6 # via -r /tmp/fixed_requirements.txt, awkward, matplotlib, uproot, uproot-methods
61+
packaging==20.4 # via pytest
62+
pathlib2==2.3.5 # via importlib-metadata, ipython, pickleshare, pytest
63+
pexpect==4.8.0 # via -r /tmp/fixed_requirements.txt, ipython
64+
pickleshare==0.7.5 # via ipython
65+
pillow==6.2.2 # via -r /tmp/fixed_requirements.txt
66+
pluggy==0.13.1 # via pytest
67+
prompt-toolkit==1.0.18 # via ipython
68+
psutil==5.7.2 # via -r /tmp/fixed_requirements.txt
69+
ptyprocess==0.6.0 # via pexpect
70+
py==1.9.0 # via pytest
71+
pyasn1-modules==0.2.8 # via -r /tmp/fixed_requirements.txt
72+
pyasn1==0.4.8 # via -r /tmp/fixed_requirements.txt, pyasn1-modules
73+
pycodestyle==2.6.0 # via autopep8
74+
pycurl==7.19.0 # via fts3-rest
75+
pygments==2.5.2 # via -r /tmp/fixed_requirements.txt, ipython
76+
pylint==1.9.5 # via -r /tmp/fixed_requirements.txt
77+
pyparsing==2.4.7 # via -r /tmp/fixed_requirements.txt, matplotlib, packaging
78+
pytest-cov==2.10.0 # via -r /tmp/fixed_requirements.txt
79+
pytest-mock==2.0.0 # via -r /tmp/fixed_requirements.txt
80+
pytest==4.6.11 # via -r /tmp/fixed_requirements.txt, pytest-cov, pytest-mock
81+
python-dateutil==2.8.1 # via botocore, elasticsearch-dsl, matplotlib
82+
python-json-logger==0.1.11 # via -r /tmp/fixed_requirements.txt
83+
pytz==2020.1 # via -r /tmp/fixed_requirements.txt, matplotlib
84+
readline==6.2.4.1 # via -r /tmp/fixed_requirements.txt
85+
requests==2.24.0 # via -r /tmp/fixed_requirements.txt, cmreshandler, codecov, fts3-rest
86+
s3transfer==0.3.3 # via boto3
87+
scandir==1.10.0 # via pathlib2
88+
simplegeneric==0.8.1 # via ipython
89+
simplejson==3.17.0 # via -r /tmp/fixed_requirements.txt
90+
singledispatch==3.4.0.3 # via astroid, pylint, tornado
91+
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
92+
smmap2==3.0.1 # via gitdb2
93+
smmap==3.0.4 # via smmap2
94+
sortedcontainers==2.2.2 # via hypothesis
95+
sqlalchemy==1.3.18 # via -r /tmp/fixed_requirements.txt
96+
stomp.py==4.1.22 # via -r /tmp/fixed_requirements.txt
97+
subprocess32==3.5.4 # via -r /tmp/fixed_requirements.txt, matplotlib
98+
suds-jurko==0.6 # via -r /tmp/fixed_requirements.txt
99+
tornado==5.1.1 # 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.7.4 # via uproot
103+
uproot==3.11.7 # via -r /tmp/fixed_requirements.txt
104+
urllib3==1.25.9 # via botocore, elasticsearch, requests
105+
wcwidth==0.2.5 # via prompt-toolkit, pytest
106+
wrapt==1.12.1 # via astroid
107+
xxhash==1.4.4 # via -r /tmp/fixed_requirements.txt
108+
zipp==1.2.0 # via importlib-metadata
3109

4-
# From pypi
5-
autopep8==1.3.3
6-
boto3
7-
certifi
8-
CMRESHandler>=1.0.0b4
9-
codecov
10-
diraccfg
11-
docutils
12-
elasticsearch-dsl>=6.0.0,<7.0.0
13-
fts3-rest
14-
funcsigs
15-
future
16-
futures
17-
GitPython>=2.1.0
18-
# newer versions of matplotlib require python 3
19-
matplotlib>=2.1.0,<3.0
20-
mock>=1.0.1
21-
M2Crypto
22-
MySQL-python>=1.2.5
23-
jinja2
24-
ipython==5.3.0
25-
numpy>=1.10.1
26-
pillow
27-
pexpect>=4.0.1
28-
psutil>=4.2.0
29-
pyasn1>0.4.1
30-
pyasn1_modules
31-
Pygments>=1.5
32-
pylint>=1.6.5
33-
pyparsing>=2.0.6
34-
pytest>=3.6
35-
pytest-cov>=2.2.0
36-
pytest-mock
37-
pytz>=2015.7
38-
readline>=6.2.4
39-
requests>=2.9.1
40-
simplejson>=3.8.1
41-
six>=1.10
42-
sqlalchemy>=1.0.9
43-
# More recent version of stomp are python 3 only
44-
stomp.py==4.1.22
45-
subprocess32
46-
suds-jurko>=0.6
47-
# typing comes in via m2crypto. newer versions of typing caused an error in hypothesis
48-
typing==3.6.6
49-
hypothesis
50-
python-json-logger>=0.1.8
51-
tornado>=5.0.0,<6.0.0
52-
# Add uproot and optional compression related libraries
53-
uproot
54-
backports.lzma
55-
lz4
56-
xxhash
110+
# The following packages are considered to be unsafe in a requirements file:
111+
# setuptools
112+
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI

0 commit comments

Comments
 (0)