Skip to content

Commit 41cce88

Browse files
committed
add flit (closes #7)
1 parent 39894d1 commit 41cce88

File tree

8 files changed

+90326
-341
lines changed

8 files changed

+90326
-341
lines changed

backend/githubData.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const tools = [
1111
name: "pip",
1212
owner: "pypa",
1313
},
14+
{
15+
name: "flit",
16+
owner: "takluyver",
17+
},
1418
{
1519
name: "tox",
1620
owner: "tox-dev",

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
]
2929
},
3030
"dependencies": {
31+
"@types/luxon": "^1.24.4",
3132
"dotenv": "^8.2.0",
32-
"moment": "^2.28.0",
33+
"luxon": "^1.25.0",
3334
"react": "^16.13.1",
3435
"react-dom": "^16.13.1",
3536
"react-table": "^7.5.0",

0 commit comments

Comments
 (0)