Skip to content

Commit

Permalink
Modify workflow .yml again 5X
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioPacheco committed Dec 12, 2023
1 parent 68aadf7 commit f6dfbb7
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 71 deletions.
88 changes: 17 additions & 71 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,17 @@
asgiref==3.7.2
asttokens==2.2.1
autopep8==2.0.1
Babel==2.13.1
backcall==0.2.0
beautifulsoup4==4.12.2
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.7
colorama==0.4.6
comm==0.1.3
debugpy==1.6.7
decorator==5.1.1
djangorestframework==3.14.0
executing==1.2.0
ghp-import==2.1.0
idna==3.4
ipython==8.12.0
jedi==0.18.2
Jinja2==3.1.2
jupyter_client==8.1.0
jupyter_core==5.3.0
Markdown==3.5
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-material==9.4.6
mkdocs-material-extensions==1.3
nest-asyncio==1.5.6
packaging==23.0
paginate==0.5.6
parso==0.8.3
pathspec==0.11.2
pickleshare==0.7.5
platformdirs==3.2.0
playsound==1.2.2
prompt-toolkit==3.0.38
psutil==5.9.4
pure-eval==0.2.2
pycodestyle==2.10.0
pydub==0.25.1
Pygments==2.16.1
pymdown-extensions==10.3.1
PySimpleGUI==4.60.4
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
pyyaml_env_tag==0.1
pyzmq==25.0.2
regex==2023.10.3
requests==2.30.0
six==1.16.0
soupsieve==2.4.1
sqlparse==0.4.4
stack-data==0.6.2
tomli==2.0.1
tornado==6.2
traitlets==5.9.0
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.0.2
watchdog==3.0.0
wcwidth==0.2.6
Faker==12.0.1
exceptiongroup==1.2.0
iniconfig==2.0.0
mixer==7.2.2
pluggy==1.3.0
pytest==7.4.3
pytest-django==4.7.0
pip~=23.3.1
tornado~=6.2
Jinja2~=3.1.2
pytz~=2023.3.post1
Django~=5.0
asgiref~=3.7.2
sqlparse~=0.4.4
colorama~=0.4.6
PyYAML~=6.0.1
requests~=2.30.0
typing_extensions~=4.8.0
setuptools~=58.1.0
packaging~=23.0
djangorestframework~=3.14.0
Markdown~=3.5
Pygments~=2.16.1
pytest~=7.4.3
71 changes: 71 additions & 0 deletions requirements_old.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
asgiref==3.7.2
asttokens==2.2.1
autopep8==2.0.1
Babel==2.13.1
backcall==0.2.0
beautifulsoup4==4.12.2
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.7
colorama==0.4.6
comm==0.1.3
debugpy==1.6.7
decorator==5.1.1
djangorestframework==3.14.0
executing==1.2.0
ghp-import==2.1.0
idna==3.4
ipython==8.12.0
jedi==0.18.2
Jinja2==3.1.2
jupyter_client==8.1.0
jupyter_core==5.3.0
Markdown==3.5
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-material==9.4.6
mkdocs-material-extensions==1.3
nest-asyncio==1.5.6
packaging==23.0
paginate==0.5.6
parso==0.8.3
pathspec==0.11.2
pickleshare==0.7.5
platformdirs==3.2.0
playsound==1.2.2
prompt-toolkit==3.0.38
psutil==5.9.4
pure-eval==0.2.2
pycodestyle==2.10.0
pydub==0.25.1
Pygments==2.16.1
pymdown-extensions==10.3.1
PySimpleGUI==4.60.4
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
pyyaml_env_tag==0.1
pyzmq==25.0.2
regex==2023.10.3
requests==2.30.0
six==1.16.0
soupsieve==2.4.1
sqlparse==0.4.4
stack-data==0.6.2
tomli==2.0.1
tornado==6.2
traitlets==5.9.0
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.0.2
watchdog==3.0.0
wcwidth==0.2.6
Faker==12.0.1
exceptiongroup==1.2.0
iniconfig==2.0.0
mixer==7.2.2
pluggy==1.3.0
pytest==7.4.3
pytest-django==4.7.0

0 comments on commit f6dfbb7

Please sign in to comment.