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

Commit

Permalink
prepping for release (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung committed Jun 14, 2018
1 parent 03afb14 commit 75a5fc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -64,7 +64,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'ubuntu/xenial64'
end

config.vm.network :forwarded_port, guest: 443, host: 8443
#config.vm.network :forwarded_port, guest: 443, host: 8443

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--cpus", "2", "--ioapic", "on", "--memory", "4096" ]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,8 +1,8 @@
setuptools>=36
cython>=0.2
pyzmq>=16.0.2,<17.0
csirtg_indicator==0.0.0b25
cifsdk==3.0.0rc1
csirtg_indicator>=1.0.0,<2.0
cifsdk>=3.0.0rc2,<4.0
Flask-Limiter>=0.9.4,<1.0
limits>=1.1.1,<1.2
maxminddb>=1.2.0,<1.3
Expand All @@ -19,7 +19,7 @@ ujson>=1.35
html5lib==1.0b8 # bug in csirtg-smrt upstream
msgpack-python>=0.4.8,<0.5.0
apwgsdk==0.0.0a6
csirtg_smrt==0.0.0rc1
csirtg_smrt>=0.0.0rc2,<2.0
csirtg_dnsdb==0.0.0a4
tornado>=4.4.1,<5.0
faker==0.7.11
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -73,8 +73,8 @@
'elasticsearch_dsl',
'ujson',
'pyzmq>=16.0',
'csirtg_indicator',
'cifsdk',
'csirtg_indicator>=1.0.0,<2.0',
'cifsdk>=3.0.0rc2,<4.0',
'csirtg_smrt',
'csirtg_dnsdb'
],
Expand Down

0 comments on commit 75a5fc1

Please sign in to comment.