Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 8e5a77b

Browse files
committed
replit requirements
1 parent 64b6ff4 commit 8e5a77b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
33
title: Time to First Byte
44
abstract: Display the time-to-first-byte for any given url.
55
type: software
6-
version: 0.1.1
7-
date-released: 2024-05-23
6+
version: 0.1.2
7+
date-released: 2024-06-26
88
repository-code: https://github.com/PlatformEngineersToolbox/time-to-first-byte-python
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.0.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
colorama==0.4.6
2-
setuptools==70.0.0
32
wolfsoftware.drawlines==0.1.1
43
wolfsoftware.notify==0.1.0
54
wolfsoftware.prereqs==0.1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.ttfb',
15-
version='0.1.1',
15+
version='0.1.2',
1616
author='Wolf Software',
1717
author_email='pypi@wolfsoftware.com',
1818
description='Display the time-to-first-byte for any given url.',

0 commit comments

Comments
 (0)