Skip to content

Commit

Permalink
Better file-finding
Browse files Browse the repository at this point in the history
  • Loading branch information
J C Lawrence committed May 15, 2022
1 parent 39005a6 commit 61a0aef
Show file tree
Hide file tree
Showing 6 changed files with 854 additions and 1,120 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cfgstack
clip.py
findfile_path
logtool
path
pyyaml
Expand Down
17 changes: 12 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
#
addict==2.4.0
# via cfgstack
astroid==2.11.3
astroid==2.11.5
# via pylint
cfgstack==0.1.post28
cfgstack==0.1.post29
# via -r requirements.in
clip.py==0.3.2
# via -r requirements.in
dill==0.3.4
# via pylint
findfile-path==0.0.1.post6
# via -r requirements.in
isort==5.10.1
# via pylint
lazy-object-proxy==1.7.1
Expand All @@ -22,15 +24,18 @@ logtool==0.3.post17
# via
# -r requirements.in
# cfgstack
# findfile-path
mccabe==0.7.0
# via pylint
path==16.4.0
# via -r requirements.in
# via
# -r requirements.in
# findfile-path
pillow==9.1.0
# via reportlab
platformdirs==2.5.2
# via pylint
pylint==2.13.7
pylint==2.13.9
# via setuptools-lint
pyyaml==6.0
# via
Expand All @@ -54,7 +59,9 @@ typing-extensions==4.2.0
# via
# astroid
# pylint
wrapt==1.14.0
versioneer==0.22
# via findfile-path
wrapt==1.14.1
# via
# astroid
# logtool
Expand Down
Loading

0 comments on commit 61a0aef

Please sign in to comment.