Skip to content

Commit

Permalink
fix pipfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlflr committed Oct 2, 2024
1 parent 1569c89 commit 7965234
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prospector = ">=1.8,<2.0"
coverage = ">=7,<8.0"
pynose = ">=1.5.3,<2.0"
nose-htmloutput = ">=0.1,<1.0"
tox = ">=4.0<5.0"
tox = ">=4.0,<5.0"
betamax = ">=0.8,<1.0"
betamax-serializers = "~=0.2,<1.0"
semver = ">=3.0,<4.0"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
sphinx>=7.3.7 ; python_version >= '3.9'
sphinx-rtd-theme>=1.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
prospector>=1.10.3 ; python_version < '4.0' and python_full_version >= '3.7.2'
prospector>=1.10.3 ; python_full_version >= '3.7.2' and python_version < '4.0'
coverage>=7.6.1 ; python_version >= '3.8'
pynose>=1.5.3 ; python_version >= '3.7'
nose-htmloutput>=0.6.0
Expand All @@ -21,5 +21,5 @@ gitwrapperlib>=1.0.4
twine>=4.0.2 ; python_version >= '3.7'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.13.2 ; python_version >= '3.7'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
typing-extensions>=4.12.2 ; python_version >= '3.8'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
boto3>=1.35.31 ; python_version >= '3.8'
opnieuw>=1.2.1 ; python_version >= '3.7'
python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
schema~=0.7.7
requests~=2.32.3 ; python_version >= '3.8'
pyyaml~=6.0.2 ; python_version >= '3.8'

0 comments on commit 7965234

Please sign in to comment.