Skip to content

Commit 3110901

Browse files
package updates
1 parent ca0e862 commit 3110901

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

requirements-dev.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
appdirs==1.4.4
2+
black==20.8b1
3+
canvasapi==2.1.0
4+
certifi==2020.12.5
5+
chardet==3.0.4
6+
click==7.1.2
7+
flake8==3.8.4
8+
idna==2.10
9+
importlib-metadata==3.3.0
10+
mccabe==0.6.1
11+
mypy==0.790
12+
mypy-extensions==0.4.3
13+
pathspec==0.8.1
14+
pycodestyle==2.6.0
15+
pyflakes==2.2.0
16+
pytz==2020.4
17+
regex==2020.11.13
18+
requests==2.25.0
19+
toml==0.10.2
20+
typed-ast==1.4.1
21+
typing-extensions==3.7.4.3
22+
urllib3==1.26.2
23+
zipp==3.4.0

requirements.txt

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
canvasapi==0.10.0
2-
Faker==0.8.12
3-
flake8==3.5.0
1+
canvasapi==2.1.0
2+
certifi==2020.12.5
3+
chardet==3.0.4
4+
idna==2.10
5+
pytz==2020.4
6+
requests==2.25.0
7+
urllib3==1.26.2

0 commit comments

Comments
 (0)