Skip to content

Commit ef4a0ea

Browse files
changed pipfile content
1 parent 2098935 commit ef4a0ea

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

.history/Pipfile_20221220184001

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[packages]
7+
black = "*"
8+
flake8 = "*"
9+
isort = "*"
10+
lektor = "*"
11+
12+
[requires]
13+
python_version = "3.9"

.history/Pipfile_20230215153010

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[packages]
7+
black = "*"
8+
flake8 = "*"
9+
isort = "*"
10+
lektor = "*"
11+
12+
[requires]
13+
python_version = "3.9"

.history/Pipfile_20230215153022

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[packages]
7+
black = "*"
8+
flake8 = "*"
9+
isort = "*"
10+
lektor = "*"
11+
12+
[requires]
13+
python_version = "3.9"

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ isort = "*"
1010
lektor = "*"
1111

1212
[requires]
13-
python_version = "3.9"
13+
python_version = "3.9"

0 commit comments

Comments
 (0)