Browse Source

Change == to >= in requirements.txt, so we aren't stuck in the past

tags/nilmdb-2.0.0
Jim Paris 4 years ago
parent
commit
735c8497af
1 changed files with 13 additions and 13 deletions
  1. +13
    -13
      requirements.txt

+ 13
- 13
requirements.txt View File

@@ -1,13 +1,13 @@
CherryPy==18.1.2
coverage==4.5.4
decorator==4.4.0
fallocate==1.6.4
nose==1.3.7
numpy==1.17.0
progressbar==2.5
psutil==5.6.3
python-datetime-tz==0.5.4
python-dateutil==2.8.0
requests==2.22.0
simplejson==3.16.0
tz==0.2.2
CherryPy>=18.1.2
coverage>=4.5.4
decorator>=4.4.0
fallocate>=1.6.4
nose>=1.3.7
numpy>=1.17.0
progressbar>=2.5
psutil>=5.6.3
python-datetime-tz>=0.5.4
python-dateutil>=2.8.0
requests>=2.22.0
simplejson>=3.16.0
tz>=0.2.2

Loading…
Cancel
Save