Skip to content

Commit e9abe1d

Browse files
author
Jack Li
committed
Merge branch 'main' of github.com:Jackiebibili/ticket_tracker_api
2 parents be570f1 + d6b36ef commit e9abe1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version: [3.9]
1717

1818
steps:
1919
- uses: actions/checkout@v3

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
django = "*"
2+
pymango = "*"
3+
dnspython = "*"
4+
requests = "*"
5+
python_version = "3.9"

0 commit comments

Comments
 (0)