Skip to content

Commit

Permalink
Use the compatible release clause in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 11, 2019
1 parent 3215070 commit c651248
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions requirements.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,27 +1,27 @@
# in alphabetical order # in alphabetical order
astropy>=3.1 astropy~=3.1
celery>=4.3 celery~=4.3
coverage>=4.5 coverage~=4.5
Django>=2.2 Django~=2.2
django-allauth>=0.39 django-allauth~=0.39
django-compressor>=2.2 django-compressor~=2.2
django-extensions>=2.1 django-extensions~=2.1
django-filter>=2.1 django-filter~=2.1
django-ipware>=2.1 django-ipware~=2.1
django-libsass>=0.7 django-libsass~=0.7
django-sendfile>=0.3 django-sendfile~=0.3
django-settings-export>=1.2 django-settings-export~=1.2
django-test-generator>=0.6 django-test-generator~=0.6
django-vendor-files>=0.1 django-vendor-files~=0.1
django-widget-tweaks>=1.4 django-widget-tweaks~=1.4
djangorestframework>=3.9 djangorestframework~=3.9
dj-database-url>=0.5.0 dj-database-url~=0.5.0
drf-extensions>=0.4 drf-extensions~=0.4
ipaddress>=1.0 ipaddress~=1.0
iso8601>=0.1 iso8601~=0.1
jsonfield>=2.0 jsonfield~=2.0
Markdown>=3.1 Markdown~=3.1
python-dotenv>=0.10 python-dotenv~=0.10
queryparser_python3>=0.4 queryparser_python3~=0.4
rules>=2.0 rules~=2.0
XlsxWriter>=1.1 XlsxWriter~=1.1

0 comments on commit c651248

Please sign in to comment.