Skip to content

Commit

Permalink
Flail at dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Jan 24, 2023
1 parent a26b83d commit 1cd0242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -60,4 +60,5 @@ jobs:
run: coveralls --service=github
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -35,11 +35,11 @@
zip_safe=False,
requires=[
'python_mimeparse(>=0.1.4, !=1.5)',
'dateutil(>=1.5, !=2.0)',
'dateutil(>=2.1)',
],
install_requires=[
'python-mimeparse >= 0.1.4, != 1.5',
'python-dateutil >= 1.5, != 2.0',
'python-dateutil >= 2.1',
],
tests_require=['mock', 'PyYAML', 'lxml', 'defusedxml'],
classifiers=[
Expand Down

0 comments on commit 1cd0242

Please sign in to comment.