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

Commit

Permalink
Update requirements.txt and diracos.json for release v1r6
Browse files Browse the repository at this point in the history
  • Loading branch information
diracos committed Jan 22, 2020
1 parent fedef9b commit 095dc0d
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 51 deletions.
2 changes: 1 addition & 1 deletion config/diracos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "master",
"version": "v1r6",
"comment": "This is the latest version",
"rpmBuild": {
"mockConfig": "../mockConfigs/mock-build-diracos.cfg",
Expand Down
157 changes: 107 additions & 50 deletions config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,111 @@
# From repo
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI

# From pypi
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile /tmp/fixed_requirements.txt
#
astroid==1.6.6 # via pylint
atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via hypothesis, pytest
autopep8==1.3.3
certifi
CMRESHandler>=1.0.0b4
codecov
elasticsearch-dsl>=6.0.0,<7.0.0
fts3-rest
funcsigs
future
futures
GitPython>=2.1.0
# newer versions of matplotlib require python 3
matplotlib>=2.1.0,<3.0
mock>=1.0.1
M2Crypto
MySQL-python>=1.2.5
jinja2
awkward==0.12.19 # via uproot, uproot-methods
backports-abc==0.5 # via tornado
backports.functools-lru-cache==1.6.1 # via astroid, isort, matplotlib, pylint
backports.lzma==0.0.14
backports.shutil-get-terminal-size==1.0.0 # via ipython
cachetools==3.1.1 # via uproot
certifi==2019.11.28
chardet==3.0.4 # via requests
cmreshandler==1.0.0
codecov==2.0.15
configparser==4.0.2 # via importlib-metadata, pylint
contextlib2==0.6.0.post1 # via importlib-metadata
coverage==5.0.3 # via codecov, pytest-cov
cx-oracle==7.3.0
cycler==0.10.0 # via matplotlib
decorator==4.4.1 # via ipython, traitlets
docopt==0.6.2 # via stomp.py
docutils==0.16 # via rst2pdf
elasticsearch-dsl==6.4.0
elasticsearch==6.4.0 # via cmreshandler, elasticsearch-dsl
enum34==1.1.6 # via astroid, hypothesis, traitlets
enum==0.4.7 # via cmreshandler
fts3-rest==3.8.4
funcsigs==1.0.2
future==0.18.2
futures==3.3.0
gitdb2==2.0.6 # via gitpython
gitpython==2.1.14
hypothesis==4.57.1
idna==2.8 # via requests
importlib-metadata==1.4.0 # via pluggy, pytest
ipaddress==1.0.23 # via elasticsearch-dsl
ipython-genutils==0.2.0 # via traitlets
ipython==5.3.0
numpy>=1.10.1
pexpect>=4.0.1
psutil>=4.2.0
pyasn1>0.4.1
pyasn1_modules
Pygments>=1.5
pylint>=1.6.5
pyparsing>=2.0.6
pytest>=3.6
pytest-cov>=2.2.0
pytest-mock
pytz>=2015.7
readline>=6.2.4
requests>=2.9.1
rst2pdf>=0.93
simplejson>=3.8.1
six>=1.10
sqlalchemy>=1.0.9
# More recent version of stomp are python 3 only
isort==4.3.21 # via pylint
jinja2==2.10.3
kiwisolver==1.1.0 # via matplotlib
lazy-object-proxy==1.4.3 # via astroid
lz4==2.2.1
m2crypto==0.35.2
markupsafe==1.1.1 # via jinja2
matplotlib==2.2.4
mccabe==0.6.1 # via pylint
mock==3.0.5
more-itertools==5.0.0 # via pytest, zipp
mysql-python==1.2.5
numpy==1.16.6
packaging==20.0 # via pytest
pathlib2==2.3.5 # via importlib-metadata, ipython, pickleshare, pytest
pdfrw==0.4 # via rst2pdf
pexpect==4.8.0
pickleshare==0.7.5 # via ipython
pillow==6.2.2 # via reportlab
pluggy==0.13.1 # via pytest
prompt-toolkit==1.0.18 # via ipython
psutil==5.6.7
ptyprocess==0.6.0 # via pexpect
py==1.8.1 # via pytest
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.5.0 # via autopep8
pycurl==7.19.0 # via fts3-rest
pygments==2.5.2
pylint==1.9.5
pyparsing==2.4.6
pytest-cov==2.8.1
pytest-mock==2.0.0
pytest==4.6.9
python-dateutil==2.8.1 # via elasticsearch-dsl, matplotlib
python-json-logger==0.1.11
pytz==2019.3
readline==6.2.4.1
reportlab==3.5.34 # via rst2pdf
requests==2.22.0
rst2pdf==0.96
scandir==1.10.0 # via pathlib2
simplegeneric==0.8.1 # via ipython
simplejson==3.17.0
singledispatch==3.4.0.3 # via astroid, pylint, tornado
six==1.14.0
smartypants==2.0.1 # via rst2pdf
smmap2==2.0.5 # via gitdb2
sortedcontainers==2.1.0 # via hypothesis
sqlalchemy==1.3.12
stomp.py==4.1.22
subprocess32
suds-jurko>=0.6
# typing comes in via m2crypto. newer versions of typing caused an error in hypothesis
subprocess32==3.5.4
suds-jurko==0.6
tornado==5.1.1
traitlets==4.3.3 # via ipython
typing==3.6.6
hypothesis
python-json-logger>=0.1.8
cx_Oracle
tornado>=5.0.0,<6.0.0
# Add uproot and optional compression related libraries
uproot
backports.lzma
lz4
xxhash
uproot-methods==0.7.2 # via uproot
uproot==3.11.1
urllib3==1.25.8 # via elasticsearch, requests
wcwidth==0.1.8 # via prompt-toolkit, pytest
wrapt==1.11.2 # via astroid
xxhash==1.4.3
zipp==1.0.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI

0 comments on commit 095dc0d

Please sign in to comment.