remove freezegun from non-dev requirements

This commit is contained in:
jesopo 2023-08-17 22:37:48 +00:00
parent 3dc56da30e
commit 0a844bd90d
3 changed files with 3 additions and 2 deletions

View File

@ -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:

2
requirements-dev.txt Normal file
View File

@ -0,0 +1,2 @@
-r requirements.txt
freezegun ~=1.1.0

View File

@ -1,4 +1,3 @@
cachetools ~=5.0.0
freezegun ~=1.1.0
irctokens ~=2.0.2
pendulum ~=2.1.0