We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0991623 commit e8a8039Copy full SHA for e8a8039
2 files changed
.github/workflows/main.yml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Set up Python 3.7
+ - name: Set up Python 3.9
13
uses: actions/setup-python@v1
14
with:
15
- python-version: 3.7
+ python-version: 3.9
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
requirements.txt
@@ -1,5 +1,5 @@
1
-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
2
-Django==3.2.8
+Django==4.0
3
IPy==1.1
4
Markdown==3.3.4
5
bencode.py==4.0.0
0 commit comments