Skip to content

Commit

Permalink
cm
Browse files Browse the repository at this point in the history
srdobolo committed Jan 29, 2025
1 parent d79f230 commit 08fb335
Showing 5 changed files with 115 additions and 51 deletions.
5 changes: 1 addition & 4 deletions BeautifulSoup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,4 @@
emails = soup.find_all(text=email_id)

for email in emails:
print(email)



print(email)
File renamed without changes.
30 changes: 0 additions & 30 deletions net_empregos.py

This file was deleted.

1 change: 0 additions & 1 deletion output.txt

This file was deleted.

130 changes: 114 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,151 @@
attrs==23.2.0
altair==5.0.1
anyio==3.7.1
attrs==23.1.0
backcall==0.2.0
backports.zoneinfo==0.2.1
beautifulsoup4==4.12.3
certifi==2024.2.2
bleach==6.0.0
blinker==1.6.3
bs4==0.0.2
cachetools==5.3.2
certifi==2023.7.22
cffi==1.15.1
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
click-log==0.4.0
colorama==0.4.6
dataclasses==0.6
DateTime==5.3
debugpy==1.7.0
decorator==5.1.1
deprecation==2.1.0
docutils==0.20.1
dotty-dict==1.3.1
entrypoints==0.4
exceptiongroup==1.2.0
Flask==2.2.5
ftfy==6.1.1
git-filter-repo==2.47.0
gitdb==4.0.11
GitPython==3.1.40
google-api-core==2.24.0
google-api-python-client==2.156.0
google-auth==2.37.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
googleapis-common-protos==1.66.0
gotrue==0.5.4
gunicorn==21.2.0
h11==0.14.0
idna==3.6
httpcore==0.16.3
httplib2==0.22.0
httpx==0.23.3
idna==3.4
importlib-metadata==6.7.0
importlib-resources==5.12.0
invoke==1.7.3
ipykernel==6.16.2
ipython==7.34.0
itsdangerous==2.1.2
jaraco.classes==3.2.3
jedi==0.19.1
jupyter-client==7.4.9
jupyter-core==4.12.0
Jinja2==3.1.2
jsonify==0.5
jsonschema==4.17.3
jupyter_client==7.4.9
jupyter_core==4.12.0
keyring==24.1.1
lxml==5.3.0
markdown-it-py==2.2.0
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
nest-asyncio==1.6.0
mdurl==0.1.2
more-itertools==9.1.0
nest-asyncio==1.5.8
numpy==1.21.6
oauth2client==4.1.3
oauthlib==3.2.2
outcome==1.3.0.post0
packaging==24.0
packaging==23.2
pandas==1.3.5
parso==0.8.4
parso==0.8.3
patsy==0.5.5
pickleshare==0.7.5
Pillow==9.5.0
pkginfo==1.9.6
pkgutil_resolve_name==1.3.10
plotly==5.18.0
plotly-express==0.4.1
postgrest-py==0.10.4
prompt-toolkit==3.0.43
psutil==5.9.8
proto-plus==1.25.0
protobuf==4.24.4
psutil==5.9.7
pyarrow==12.0.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pygments==2.17.2
pydantic==1.10.13
pydeck==0.8.1b0
Pygments==2.17.2
Pympler==1.0.1
pyparsing==3.1.4
pyrsistent==0.19.3
PySocks==1.7.1
python-dateutil==2.9.0.post0
python-dateutil==2.8.2
python-dotenv==0.21.1
pytz==2024.1
python-gitlab==3.15.0
python-semantic-release==7.32.1
pytz==2023.3.post1
pytz-deprecation-shim==0.1.0.post0
pywin32==306
pywin32-ctypes==0.2.2
pyzmq==25.1.2
readme-renderer==37.3
realtime==0.0.5
requests==2.31.0
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rfc3986==1.5.0
rich==13.6.0
rsa==4.9
scipy==1.7.3
selenium==4.11.2
semver==2.13.0
six==1.16.0
sniffio==1.3.1
smmap==5.0.1
sniffio==1.3.0
sortedcontainers==2.4.0
soupsieve==2.4.1
statsmodels==0.13.5
storage3==0.3.6
streamlit==1.23.1
StrEnum==0.4.15
supabase==0.7.1
supafunc==0.2.2
tenacity==8.2.3
toml==0.10.2
tomlkit==0.12.3
toolz==0.12.0
tornado==6.2
tqdm==4.66.1
traitlets==5.9.0
trio==0.22.2
trio-websocket==0.11.1
typing-extensions==4.7.1
twine==3.8.0
typing_extensions==4.7.1
tzdata==2023.3
tzlocal==4.3.1
uritemplate==4.1.1
urllib3==2.0.7
wcwidth==0.2.13
webdriver-manager==4.0.1
validators==0.20.0
watchdog==3.0.0
wcwidth==0.2.12
webdriver-manager==4.0.2
webencodings==0.5.1
websockets==10.4
Werkzeug==2.2.3
wsproto==1.2.0
zipp==3.15.0
zope.interface==6.1

0 comments on commit 08fb335

Please sign in to comment.