Skip to content

Commit

Permalink
docs: Moved demo requirements to demo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Aug 8, 2022
1 parent 9079694 commit eb9aeaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
git+https://github.com/KennethEnevoldsen/augmenty

# streamlit
st-annotated-text>=3.0.0,<3.1.0
streamlit>=1.11.0,<1.12.0

4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@ MarkupSafe==2.0.1 # 2.0.1 required for documentation
flake8
black

# streamlit
st-annotated-text>=3.0.0,<3.1.0
streamlit>=1.11.0,<1.12.0

# development
pre-commit

1 comment on commit eb9aeaf

@KennethEnevoldsen
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
augmenty
   init.py220100% 
   augment_utilities.py40295%53–54
   keyboard.py42198%42
   util.py41198%73
augmenty/character
   init.py50100% 
   casing.py200100% 
   replace.py340100% 
   spacing.py200100% 
   swap.py210100% 
augmenty/doc
   init.py30100% 
   casing.py270100% 
   subset.py44589%74, 93, 97, 99, 105
augmenty/lang
   init.py160100% 
augmenty/lang/da
   init.py30100% 
   augmenters.py170100% 
   keyboard.py50100% 
augmenty/lang/de
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/el
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/en
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/es
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/fr
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/it
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/lt
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/mk
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/nb
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/nl
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/pl
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/pt
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/ro
   init.py10100% 
   keyboard.py50100% 
augmenty/lang/ru
   init.py10100% 
   keyboard.py50100% 
augmenty/span
   init.py30100% 
   entities.py83199%285
augmenty/token
   init.py90100% 
   casing.py42198%66
   insert.py103694%76, 93–94, 198, 260, 278
   replace.py103694%83, 195, 199, 235, 281, 295
   spacing.py390100% 
   static_embedding_util.py35197%50
   swap.py62494%81, 111, 122, 135
   wordnet_util.py10370%7–9
TOTAL9333197% 

Please sign in to comment.