Skip to content

Commit

Permalink
Fix version ranges in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Sep 2, 2024
1 parent 4a1f3bb commit e628da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy >= 1.12.*; python_version < '3.7'
numpy >= 1.15.*; python_version == '3.7'
numpy >= 1.17.*; python_version >= '3.8'
pyOpenSSL >= 18.0.*
pyparsing >= 2.1.*
pyOpenSSL >= 18.0
pyparsing >= 2.1
requests
service_identity
twisted >= 18.4.*
twisted >= 18.4

0 comments on commit e628da9

Please # to comment.