From 7c5bef76c50121e2171e0e67feff2fb46b2a3a56 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 21 Dec 2020 23:03:35 -0500 Subject: Created a helper for loading environment entries from a directory. --- dev-requirements.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-requirements.txt (limited to 'dev-requirements.txt') diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 0000000..a8f9e72 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,26 @@ +# +# This file is autogenerated by pip-compile +# To update, run: +# +# pip-compile dev-requirements.in +# +appdirs==1.4.4 # via black +astroid==2.4.2 # via pylint +black==20.8b1 # via -r dev-requirements.in +click==7.1.2 # via black, pip-tools +isort==5.6.4 # via pylint +lazy-object-proxy==1.4.3 # via astroid +mccabe==0.6.1 # via pylint +mypy-extensions==0.4.3 # via black +pathspec==0.8.1 # via black +pip-tools==5.4.0 # via -r dev-requirements.in +pylint==2.6.0 # via -r dev-requirements.in +regex==2020.11.13 # via black +six==1.15.0 # via astroid, pip-tools +toml==0.10.2 # via black, pylint +typed-ast==1.4.1 # via black +typing-extensions==3.7.4.3 # via black +wrapt==1.12.1 # via astroid + +# The following packages are considered to be unsafe in a requirements file: +# pip -- cgit v1.2.3