Skip to content

Commit

Permalink
commit v0.2.0: add leaderboard and cohort Classes
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Jul 7, 2021
1 parent 9a6d856 commit 2381c1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
license=license,
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=[
requests==2.22.0,
pandas==1.3.0,
nbsphinx==0.8.6,
aiohttp==3.6.2,
lxml,
pandas_stubs==1.1.0.12,
nest_asyncio==1.5.1
"requests==2.22.0",
"pandas==1.3.0",
"nbsphinx==0.8.6",
"aiohttp==3.6.2",
"lxml",
"pandas_stubs==1.1.0.12",
"nest_asyncio==1.5.1"
],
)

0 comments on commit 2381c1c

Please sign in to comment.