Skip to content

Commit 3648f65

Browse files
committed
chore: upgrade django; remove vagrant-specific requirements
1 parent 3ac42fc commit 3648f65

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

provision_vagrant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
virtualenv: "{{ virtualenv_path }}"
4646
virtualenv_command: /usr/bin/python3 -m venv
4747
with_items:
48-
- /vagrant/requirements-vagrant.txt
48+
- /vagrant/requirements.txt
4949
- /vagrant/requirements-dev.txt
5050

5151
# a generated file should contain something like: SECRET_KEY='<KVPy@&pwCO[1KCz.O[]*mZ\+Q*CfTTm#;$1Bdd_17gq@9dzaG'

requirements-vagrant.txt

-11
This file was deleted.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=3.0.12,<3.1
1+
Django>=3.1.9,<4.0
22
Pillow
33
icalendar>=4,<4.0.3
44
pytz

0 commit comments

Comments
 (0)