Compare commits

...

3 Commits

Author SHA1 Message Date
jesopo ab30dbe658 v0.12.1 release 2023-08-17 22:42:39 +00:00
jesopo d370c67373 remove cachetools from requirements.txt 2023-08-17 22:42:00 +00:00
jesopo 0a844bd90d remove freezegun from non-dev requirements 2023-08-17 22:37:48 +00:00
4 changed files with 6 additions and 6 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:

View File

@ -1 +1 @@
0.12.0
0.12.1

2
requirements-dev.txt Normal file
View File

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

View File

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