Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Z-D committed Jun 12, 2023
1 parent a09bf2c commit d3b978b
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
beautifulsoup4==4.10.0
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3'
idna==3.3; python_version >= '3'
lxml==4.8.0
numpy==1.22.3
pandas==1.4.1
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2021.3
requests==2.27.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.3.1; python_version >= '3.6'
types-python-dateutil==2.8.10
types-requests==2.27.13
types-urllib3==1.26.11
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
beautifulsoup4==4.12.2
certifi==2023.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
idna==3.4 ; python_version >= '3.5'
lxml==4.9.2
numpy==1.24.3
pandas==2.0.2
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2023.3
requests==2.31.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.4.1 ; python_version >= '3.7'
types-python-dateutil==2.8.19.13
types-requests==2.31.0.1
types-urllib3==1.26.25.13
tzdata==2023.3 ; python_version >= '2'
urllib3==2.0.3 ; python_version >= '3.7'

0 comments on commit d3b978b

Please sign in to comment.