Commit 4b3a0a8f9cab0708e6060db300e3ab37c1c34205

Authored by hitier
1 parent ca9672f7
Exists in rhitier-dev and in 1 other branch DEV

dev requirements

Showing 2 changed files with 50 additions and 0 deletions   Show diff stats
requirements-dev.txt 0 → 100644
... ... @@ -0,0 +1,49 @@
  1 +astroid==1.6.6
  2 +backports.functools-lru-cache==1.6.4
  3 +certifi==2021.10.8
  4 +chardet==3.0.4
  5 +click==6.7
  6 +configparser==4.0.2
  7 +contextlib2==0.6.0.post1
  8 +cycler==0.10.0
  9 +enum34==1.1.10
  10 +flake8==3.9.2
  11 +Flask==1.1.4
  12 +functools32==3.2.3.post2
  13 +futures==3.3.0
  14 +gunicorn==19.10.0
  15 +h5py==2.8.0
  16 +idna==2.7
  17 +importlib-metadata==2.1.3
  18 +isort==4.3.21
  19 +itsdangerous==0.24
  20 +Jinja2==2.11.3
  21 +kiwisolver==1.1.0
  22 +lazy-object-proxy==1.6.0
  23 +Markdown==2.6.8
  24 +MarkupSafe==1.0
  25 +matplotlib==2.2.5
  26 +mccabe==0.6.1
  27 +netCDF4==1.2.7
  28 +numpy==1.8.2
  29 +pathlib2==2.3.7.post1
  30 +pycodestyle==2.7.0
  31 +pyflakes==2.3.1
  32 +pylint==1.9.5
  33 +pyparsing==2.4.7
  34 +python-dateutil==2.8.2
  35 +python-dotenv==0.18.0
  36 +python-slugify==1.2.4
  37 +pytz==2022.1
  38 +PyYAML==3.12
  39 +requests==2.19.1
  40 +scandir==1.10.0
  41 +singledispatch==3.7.0
  42 +six==1.10.0
  43 +subprocess32==3.5.4
  44 +typing==3.10.0.0
  45 +Unidecode==1.2.0
  46 +urllib3==1.23
  47 +Werkzeug==1.0.1
  48 +wrapt==1.14.0
  49 +zipp==1.2.0
... ...
requirements-tests.txt 0 → 100644
... ... @@ -0,0 +1 @@
  1 +selenium flask_testing
... ...