Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-kiran-kumar committed Jun 25, 2024
1 parent 2f9e50c commit 2c73e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cachetools>=4.2.4
certifi>=2017
pendulum>=2.1.2
pendulum==2.1.2; python_version<='3.7'
pendulum==3.0.0; python_version>='3.8'
pyjwt>=2.4.0
pyuri>=0.3,<0.4
requests[security]>=2,<3
Expand Down

0 comments on commit 2c73e4a

Please sign in to comment.