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

Commit

Permalink
release fixes (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung authored Dec 1, 2016
1 parent 59e6abc commit c1a1e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/centos7/roles/centos7/files/csirtg-smrt.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Type=simple
User=cif
Group=cif
PIDFile=/run/csirtg-smrt.pid
ExecStart=/usr/bin/csirtg-smrt -d --remember --service --client cif --service --fireball
ExecStart=/usr/bin/csirtg-smrt -d --remember --service --client cif
KillMode=process
Restart=on-failure
KillSignal=SIGINT
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cython>=0.2
https://github.com/zeromq/pyzmq/archive/f37052960e1dc510ea2c1d2e69a32d727afa9d69.tar.gz#egg=pyzmq>16.0.1
#pyzmq>=16.0 # bug in the way pyzmq wheel is built
html5lib==1.0b8 # bug in csirtg-smrt upstream
https://github.com/csirtgadgets/bearded-avenger-sdk-py/archive/3.0.0a9.tar.gz
Flask-Limiter>=0.9.3,<1.0
limits>=1.1.1,<1.2
Expand All @@ -11,11 +10,11 @@ dnspython>=1.12.0
Flask>=0.10.1,<0.11
PyYAML>=3.11,<4.0
SQLAlchemy>=1.0.14,<1.1
#supervisor>=3.1.3,<3.2
elasticsearch<3.0.0,>=2.0.0
elasticsearch_dsl<3.0.0,>=2.0.0
setuptools>=18.5
rdflib==4.2.1
ujson>=1.35
csirtg_indicator>=0.0.0a19,<1.0
csirtg_smrt==0.0.0a11
csirtg_indicator==0.0.0a20
html5lib==1.0b8 # bug in csirtg-smrt upstream
csirtg_smrt==0.0.0a15

0 comments on commit c1a1e2c

Please sign in to comment.