Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schneider committed Aug 27, 2018
1 parent bb1db1d commit bd48f15
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
venv
__pycache__
*/.cproject
*/.oppbuildspec
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This automated workflows enables fast and easy, yet accurate analysis of network
* [OMNeT++ 5.2](https://omnetpp.org/) to execute the generated simulation code
* [TimeNet 4.4](https://timenet.tu-ilmenau.de/template/index) to specify new network services as Queuing Petri Nets

To install all requirements for running the evaluation Jupyter notebooks, use the `requirements.txt`:

```bash
pip install -r requirements.txt
```

## Usage/Execution workflow

For simulation compilation, simply run `python main.py <service.xml>`, where `<service.xml` is the specified network service as xml file.
Expand Down
53 changes: 53 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
backcall==0.1.0
bleach==2.1.3
colorama==0.3.9
cycler==0.10.0
decorator==4.3.0
entrypoints==0.2.3
html5lib==1.0.1
ipykernel==4.8.2
ipython==6.5.0
ipython-genutils==0.2.0
ipywidgets==7.3.2
jedi==0.12.1
Jinja2==2.10
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==5.2.3
jupyter-console==5.2.0
jupyter-core==4.4.0
kiwisolver==1.0.1
MarkupSafe==1.0
matplotlib==2.2.2
mistune==0.8.3
nbconvert==5.3.1
nbformat==4.4.0
nbopen==0.6
notebook==5.6.0
numpy==1.15.0
pandas==0.23.3
pandocfilters==1.4.2
parso==0.3.1
pickleshare==0.7.4
pivottablejs==0.9.0
prometheus-client==0.3.1
prompt-toolkit==1.0.15
Pygments==2.2.0
pyparsing==2.2.0
python-dateutil==2.7.3
pytz==2018.5
pywinpty==0.5.4
pyzmq==17.1.0
qtconsole==4.3.1
scipy==1.1.0
seaborn==0.9.0
Send2Trash==1.5.0
simplegeneric==0.8.1
six==1.11.0
terminado==0.8.1
testpath==0.3.1
tornado==5.1
traitlets==4.3.2
wcwidth==0.1.7
webencodings==0.5.1
widgetsnbextension==3.3.1

0 comments on commit bd48f15

Please sign in to comment.