Skip to content
Snippets Groups Projects
Commit c4b96ea8 authored by Jan Petermann's avatar Jan Petermann
Browse files

Merge branch 'develop'

parents 149a05c1 9c4a2022
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,16 @@ src/tests/test_io/gzip_data_files/
\.dmypy\.json
TestCSV*
### Pycharm
\.idea/
.mypy_cache
*.local*
## pipenv
.venv
.env
Pipfile.lock
### MacOS
.DS_Store
Pipfile 0 → 100644
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pyserial = "*"
numpy = "*"
scipy = ">=1.1.0"
pandas = ">=0.23.3"
matplotlib = "*"
tabulate = "*"
pytimeparse = "*"
pytz = "*"
pathlib = "*"
psutil = "*"
statsmodels = "*"
jsonpickle = "*"
multiprocess = "*"
dill = "*"
requests = "*"
six = ">=1.12.0"
python-dateutil = ">=2.7.5"
eml-parser = ">=1.11"
DateTime = "*"
[requires]
python_version = "3.7"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment