diff options
author | BonfaceKilz | 2021-02-12 21:15:15 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-12 21:15:15 +0300 |
commit | 13402f65d54e77645879c13c3bc396d2b9735061 (patch) | |
tree | fce9ee62c432ee8728313651acaba16dcfffa713 /requirements.txt | |
parent | 9d5908f8fbf6e9f0b4f4567f61098653109c436c (diff) | |
download | genenetwork3-13402f65d54e77645879c13c3bc396d2b9735061.tar.gz |
Add initial requirements.txt
Special care should be taken to make sure that this matches the
version used in the packaged guix version of this project.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..68ba44c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +astroid==2.4.2 +click==7.1.2 +Flask==1.1.2 +isort==4.3.21 +itsdangerous==1.1.0 +Jinja2==2.11.3 +lazy-object-proxy==1.4.3 +MarkupSafe==1.1.1 +mccabe==0.6.1 +mypy==0.790 +mypy-extensions==0.4.3 +pylint==2.5.3 +redis==3.5.3 +six==1.15.0 +toml==0.10.2 +typed-ast==1.4.2 +typing-extensions==3.7.4.3 +Werkzeug==1.0.1 +wrapt==1.12.1 |