Skip to content

Commit 90dbd82

Browse files
author
Maximilian Karl
committed
clean up pipfile und stup
1 parent 8f76179 commit 90dbd82

File tree

3 files changed

+256
-780
lines changed

3 files changed

+256
-780
lines changed

Pipfile

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,20 @@ name = "pypi"
55

66
[packages]
77
pygit2 = "*"
8-
pyyaml = "*"
98
requests = "*"
10-
datetime = "*"
119
pygithub = "*"
12-
argparse = "*"
1310
git2net = "*"
1411
pysqlite3 = "*"
15-
selenium = "*"
16-
python-dotenv = "*"
1712
pandas = "*"
18-
sphinx = "*"
19-
m2r2 = "*"
20-
pypiwin32 = {sys_platform = "== 'win32'"}
21-
pywin32 = {sys_platform = "== 'win32'"}
2213
human-id = "*"
23-
psutil = "*"
24-
sphinx-rtd-theme = "*"
25-
cffi="*"
2614
xlsxwriter = "*"
2715

2816
[dev-packages]
2917
github2pandas = {editable = true, path = "."}
3018
pipenv-setup = "*"
19+
sphinx = "*"
20+
build = "*"
21+
sphinx-rtd-theme = "*"
3122

3223
[requires]
3324
python_version = "3.9"

0 commit comments

Comments
 (0)