Added some packages

This commit is contained in:
Andrei Bondarenko 2021-07-13 05:35:26 +02:00
parent 1ba6aecdb9
commit 8905dad978
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# MV2
This repository contains the code for my take on (a part of) the [Modelverse](https://msdl.uantwerpen.be/git/yentl/modelverse) for my Master's thesis.
## Development packages
Some packages were used during development, but are not needed for succesful runtime (e.g. linter, autoformatter). These can be found under `requirements_dev.txt`.
## Mandatory packages
Python packages required to succesfully run/test the code in this repository can be found under `requirements.txt`.

View file

@ -0,0 +1 @@
pytest==6.2.4

2
requirements_dev.txt Normal file
View file

@ -0,0 +1,2 @@
autopep8==1.5.7
mypy==0.910