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 330cee0 commit c2b8663Copy full SHA for c2b8663
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
16
- name: Install Packages
17
- run: pip install -r requirements.txt
+ run: pip install -r requirements_dev.txt
18
19
- name: Test
20
env:
requirements_dev.txt
@@ -5,15 +5,15 @@ charset-normalizer==2.0.6
5
enum34==1.1.10
6
idna==3.2
7
iniconfig==1.1.1
8
-jsonpickle==0.9.6
+jsonpickle==1.4
9
lxml==4.6.5
10
msgpack==1.0.2
11
packaging==21.0
12
pluggy==1.0.0
13
py==1.10.0
pyparsing==2.4.7
pytest==6.2.5
-python-dateutil==2.8.2
+python-dateutil==2.8.1
requests==2.27.1
six==1.16.0
toml==0.10.2
0 commit comments