diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-12-22 18:48:08 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-12-22 21:04:24 -0500 |
| commit | 9f7d1dd547930efeb80a46cc2abe1f0b5c32a889 (patch) | |
| tree | 38de9b6d3d5ee0a3eb20633989dbdb36ae56c0fe /dev-requirements.txt | |
| parent | 7f06bbc3769ce67fe9d3ab5160e0135dc634a842 (diff) | |
Rust rewrite.
The Python version was taking hundreds of millis for a small number of
env vars on my machine - enough that starting a new shell was a bit
itchy. The compiled version, even in debug mode, is ~10x faster.
Diffstat (limited to 'dev-requirements.txt')
| -rw-r--r-- | dev-requirements.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt deleted file mode 100644 index a8f9e72..0000000 --- a/dev-requirements.txt +++ /dev/null @@ -1,26 +0,0 @@ -# -# 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 |
