Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
3927a960
"doc/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "d8b33ba1878b99f9baf5c2daa4c0a62c091e5756"
Commit
3927a960
authored
Jun 25, 2021
by
WenmuZhou
Browse files
fix setup error
parent
13d91ae3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
test1/MANIFEST.in
test1/MANIFEST.in
+1
-1
test1/setup.py
test1/setup.py
+0
-2
No files found.
test1/MANIFEST.in
View file @
3927a960
...
...
@@ -5,5 +5,5 @@ recursive-include ppocr/utils *.txt utility.py logging.py network.py
recursive-include ppocr/data/ *.py
recursive-include ppocr/postprocess *.py
recursive-include tools/infer *.py
recursive-include
ppstructure
*.py
recursive-include
test1
*.py
test1/setup.py
View file @
3927a960
...
...
@@ -20,8 +20,6 @@ import shutil
with
open
(
'../requirements.txt'
,
encoding
=
"utf-8-sig"
)
as
f
:
requirements
=
f
.
readlines
()
requirements
.
append
(
'tqdm'
)
requirements
.
append
(
'layoutparser'
)
requirements
.
append
(
'iopath'
)
def
readme
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment