Skip to content

Commit a80a471

Browse files
authored
Lh/proposed changes (#419)
* suggested changes to update api * upgrade snaps if needed. * assume yes * Ubuntu server doesn't have snap installed. * update pyYAML
1 parent 619453b commit a80a471

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ venv/
9595
venv_three_eleven/
9696
venv_38/
9797
venv_388/
98+
venv_310/
9899
ENV/
99100
env.bak/
100101
venv.bak/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Django RESTful API and PostgreSQL backend database management system for maintai
77
## Setup
88

99
Built with:
10-
* Python 3.8 ([virtual environment (venv)](https://docs.python.org/3/library/venv.html) suggested)
10+
* Python 3.10 ([virtual environment (venv)](https://docs.python.org/3/library/venv.html) suggested)
1111
* PostgreSQL 10.7
1212
* Amazon RDS Aurora Instance (`tnris-general-store`)
1313
* [Django](https://docs.djangoproject.com/en/3.0/topics/install/)

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pycparser==2.20
6767
pyparsing==2.4.7
6868
python-dateutil==2.8.2
6969
pytz==2021.1
70-
PyYAML==5.4.1
70+
PyYAML==6.0.2
7171
requests==2.31.0
7272
requests-oauthlib==1.3.0
7373
resolvelib==0.5.4

0 commit comments

Comments
 (0)