Skip to content

Commit

Permalink
remove freezegun from non-dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Aug 17, 2023
1 parent 3dc56da commit 0a844bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "3.8"
- "3.9"
install:
- pip3 install mypy types-cachetools -r requirements.txt
- pip3 install mypy types-cachetools -r requirements-dev.txt
before_script:
- pip3 freeze
script:
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements.txt
freezegun ~=1.1.0
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cachetools ~=5.0.0
freezegun ~=1.1.0
irctokens ~=2.0.2
pendulum ~=2.1.0

0 comments on commit 0a844bd

Please sign in to comment.