Skip to content

Commit

Permalink
feat: flexible requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou committed Dec 20, 2024
1 parent 0bc8d8b commit 7123500
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
boto3==1.34.0
dateparser==1.2.0
faust-cchardet==2.1.19
pandas==2.2.0
pytest==8.3.0
python-dateutil==2.8.2
Unidecode==1.3.6
openpyxl==3.1.5
xlrd==2.0.1
odfpy==1.4.1
requests==2.32.3
responses==0.25.0
python-magic==0.4.27
boto3>=1.34.0
dateparser>=1.2.0
faust-cchardet>=2.1.19
pandas>=2.2.0
pytest>=8.3.0
python-dateutil>=2.8.2
Unidecode>=1.3.6
openpyxl>=3.1.5
xlrd>=2.0.1
odfpy>=1.4.1
requests>=2.32.3
responses>=0.25.0
python-magic>=0.4.27
frformat==0.4.0
faker==33.0.0
rstr==3.2.2
faker>=33.0.0
rstr<=3.2.2

0 comments on commit 7123500

Please sign in to comment.