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 v1r2
Browse files Browse the repository at this point in the history
  • Loading branch information
diracos committed Jul 3, 2019
1 parent a8abd17 commit c838b30
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 42 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": "v1r2",
"comment": "This is the latest version",
"rpmBuild": {
"mockConfig": "../mockConfigs/mock-build-diracos.cfg",
Expand Down
138 changes: 97 additions & 41 deletions config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,101 @@
# 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.1.0 # via hypothesis, pytest
autopep8==1.3.3
certifi
CMRESHandler>=1.0.0b4
codecov
elasticsearch-dsl>=2.0.0
fts3-rest
funcsigs
futures
GitPython>=2.1.0
matplotlib>=2.1.0
mock>=1.0.1
M2Crypto==0.32.0
MySQL-python>=1.2.5
jinja2
backports-abc==0.5 # via tornado
backports.functools-lru-cache==1.5 # via astroid, isort, matplotlib, pylint
backports.shutil-get-terminal-size==1.0.0 # via ipython
certifi==2019.6.16
chardet==3.0.4 # via requests
cmreshandler==1.0.0
codecov==2.0.15
configparser==3.7.4 # via importlib-metadata, pylint
contextlib2==0.5.5 # via importlib-metadata
coverage==4.5.3 # via codecov, pytest-cov
cx-oracle==7.2.0
cycler==0.10.0 # via matplotlib
decorator==4.4.0 # via ipython, traitlets
docopt==0.6.2 # via stomp.py
docutils==0.14 # via rst2pdf
elasticsearch-dsl==7.0.0
elasticsearch==7.0.2 # 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
futures==3.2.0
gitdb2==2.0.5 # via gitpython
gitpython==2.1.11
hypothesis==4.25.1
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
ipaddress==1.0.22 # 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
pyasn1_modules
Pygments>=1.5
pylint>=1.6.5
pyparsing>=2.0.6
pytest>=2.8.5
pytest-cov>=2.2.0
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
stomp.py>=3.1.5
suds-jurko>=0.6
# typing comes in via m2crypto. newer versions of typing caused an error in hypothesis
isort==4.3.21 # via pylint
jinja2==2.10.1
kiwisolver==1.1.0 # via matplotlib
lazy-object-proxy==1.4.1 # via astroid
m2crypto==0.32.0
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
mysql-python==1.2.5
numpy==1.16.4
packaging==19.0 # via pytest
pathlib2==2.3.4 # via importlib-metadata, ipython, pickleshare, pytest
pdfrw==0.4 # via rst2pdf
pexpect==4.7.0
pickleshare==0.7.5 # via ipython
pillow==6.1.0 # via reportlab
pluggy==0.12.0 # via pytest
prompt-toolkit==1.0.16 # via ipython
psutil==5.6.3
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest
pyasn1-modules==0.2.5
pyasn1==0.4.5
pycodestyle==2.5.0 # via autopep8
pycurl==7.19.0 # via fts3-rest
pygments==2.4.2
pylint==1.9.4
pyparsing==2.4.0
pytest-cov==2.7.1
pytest==4.6.4
python-dateutil==2.8.0 # via elasticsearch-dsl, matplotlib
python-json-logger==0.1.11
pytz==2019.1
readline==6.2.4.1
reportlab==3.5.23 # via rst2pdf
requests==2.22.0
rst2pdf==0.94.1
scandir==1.10.0 # via pathlib2
simplegeneric==0.8.1 # via ipython
simplejson==3.16.0
singledispatch==3.4.0.3 # via astroid, pylint, tornado
six==1.12.0
smartypants==2.0.1 # via rst2pdf
smmap2==2.0.5 # via gitdb2
sqlalchemy==1.3.5
stomp.py==4.1.22
subprocess32==3.5.4 # via matplotlib
suds-jurko==0.6
tornado==5.1.1
traitlets==4.3.2 # via ipython
typing==3.6.6
hypothesis
python-json-logger>=0.1.8
cx_Oracle
tornado>=5.0.0,<6.0.0
urllib3==1.25.3 # via elasticsearch, requests
wcwidth==0.1.7 # via prompt-toolkit, pytest
wrapt==1.11.2 # via astroid
zipp==0.5.1 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via enum, ipython, kiwisolver, rst2pdf
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI

0 comments on commit c838b30

Please sign in to comment.