Skip to content

Commit

Permalink
removing docker-compose requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jun 13, 2018
1 parent 9a5353b commit 27d12a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ AntiNex Network Pipeline is part of the AntiNex stack:
- .. image:: https://readthedocs.org/projects/antinex-client/badge/?version=latest
:alt: Read the Docs AntiNex Client Tests
:target: https://readthedocs.org/projects/antinex-client/badge/?version=latest
* - `Fuzzball <https://github.com/jay-johnson/fuzzball>`__
- .. image:: https://travis-ci.org/jay-johnson/fuzzball.svg?branch=master
:alt: Travis Fuzzball Tests
:target: https://travis-ci.org/jay-johnson/fuzzball.svg
- `Docs <http://fuzzball.readthedocs.io/en/latest/>`__
- .. image:: https://readthedocs.org/projects/fuzzball/badge/?version=latest
:alt: Read the Docs Fuzzball Testing Tool
:target: https://readthedocs.org/projects/fuzzball/badge/?version=latest

What packets and layers are supported?
======================================
Expand Down Expand Up @@ -210,6 +202,8 @@ How do I get started?

::

# if you do not have docker-compose installed, you can try to install it with:
# pip install docker-compose
./start.sh

#. Verify Redis is Working
Expand Down
8 changes: 0 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ AntiNex Network Pipeline is part of the AntiNex stack:
- .. image:: https://readthedocs.org/projects/antinex-client/badge/?version=latest
:alt: Read the Docs AntiNex Client Tests
:target: https://readthedocs.org/projects/antinex-client/badge/?version=latest
* - `Fuzzball <https://github.com/jay-johnson/fuzzball>`__
- .. image:: https://travis-ci.org/jay-johnson/fuzzball.svg?branch=master
:alt: Travis Fuzzball Tests
:target: https://travis-ci.org/jay-johnson/fuzzball.svg
- `Docs <http://fuzzball.readthedocs.io/en/latest/>`__
- .. image:: https://readthedocs.org/projects/fuzzball/badge/?version=latest
:alt: Read the Docs Fuzzball Testing Tool
:target: https://readthedocs.org/projects/fuzzball/badge/?version=latest

Table of Contents
=================
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"celery-connectors",
"coverage",
"colorlog",
"docker-compose",
"flake8<=3.4.1",
"future",
"netifaces",
"pandas",
"pep8>=1.7.1",
"pipenv",
"pydocstyle<=2.3.1",
"pydocstyle",
"pycodestyle<=2.3.1",
"pylint",
"python-logstash",
"python-owasp-zap-v2.4",
Expand Down Expand Up @@ -60,7 +60,7 @@ def networkpipeline_test_suite():
setup(
name="network-pipeline",
cmdclass={"build_py": build_py},
version="1.0.22",
version="1.0.23",
description="Distributed Network Packet Analysis Pipeline " +
"for Layer 2, 3 and 4 Frames",
long_description="" +
Expand Down

0 comments on commit 27d12a5

Please sign in to comment.